Skip to content

Commit 9786808

Browse files
committed
skip gcc on arm tests - it currently fails
1 parent 829818c commit 9786808

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ jobs:
8484
build-arch: ["", "-arm"]
8585
build-config: [debug, release]
8686
compiler:
87-
- {
88-
cc: gcc-13,
89-
cxx: g++-13,
90-
install: gcc-13 g++-13
91-
}
9287
- {
9388
cc: gcc-14,
9489
cxx: g++-14,
@@ -110,6 +105,13 @@ jobs:
110105
steam-sockets: ON
111106
- build-arch: "-arm"
112107
steam-sockets: ON
108+
- build-arch: "-arm" # tests currently fail with gcc on arm
109+
compiler:
110+
- {
111+
cc: gcc-14,
112+
cxx: g++-14,
113+
install: gcc-14 g++-14
114+
}
113115

114116
steps:
115117
- name: Install packages

0 commit comments

Comments
 (0)