We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263f219 commit 4385162Copy full SHA for 4385162
1 file changed
.github/workflows/actions_build.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
build_gcc_ubuntu_22_04:
12
+ if: false
13
runs-on: ubuntu-22.04
14
strategy:
15
fail-fast: false
@@ -50,6 +51,7 @@ jobs:
50
51
run: ctest -V
52
53
build_gcc_ubuntu_24_04:
54
55
runs-on: ubuntu-24.04
56
57
@@ -99,6 +101,7 @@ jobs:
99
101
run: make doc_comms
100
102
103
build_clang_ubuntu_22_04:
104
105
106
107
@@ -140,6 +143,7 @@ jobs:
140
143
141
144
142
145
build_clang_ubuntu_24_04:
146
147
148
149
0 commit comments