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 3140266 commit d756ee5Copy full SHA for d756ee5
.github/workflows/actions_build.yml
@@ -15,6 +15,7 @@ env:
15
16
jobs:
17
build_gcc_ubuntu_24_04:
18
+ if: false
19
runs-on: ubuntu-24.04
20
strategy:
21
fail-fast: false
@@ -78,6 +79,7 @@ jobs:
78
79
VERBOSE: 1
80
81
build_clang_ubuntu_22_04:
82
83
runs-on: ubuntu-22.04
84
85
@@ -130,6 +132,7 @@ jobs:
130
132
131
133
134
build_clang_ubuntu_24_04:
135
136
137
138
@@ -195,6 +198,7 @@ jobs:
195
198
196
199
197
200
build_msvc_2022:
201
202
runs-on: windows-2022
203
204
0 commit comments