Skip to content

Commit d756ee5

Browse files
committed
Temporarily disable non windows-2025 runners on github actions.
1 parent 3140266 commit d756ee5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/actions_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515

1616
jobs:
1717
build_gcc_ubuntu_24_04:
18+
if: false
1819
runs-on: ubuntu-24.04
1920
strategy:
2021
fail-fast: false
@@ -78,6 +79,7 @@ jobs:
7879
VERBOSE: 1
7980

8081
build_clang_ubuntu_22_04:
82+
if: false
8183
runs-on: ubuntu-22.04
8284
strategy:
8385
fail-fast: false
@@ -130,6 +132,7 @@ jobs:
130132
VERBOSE: 1
131133

132134
build_clang_ubuntu_24_04:
135+
if: false
133136
runs-on: ubuntu-24.04
134137
strategy:
135138
fail-fast: false
@@ -195,6 +198,7 @@ jobs:
195198
VERBOSE: 1
196199

197200
build_msvc_2022:
201+
if: false
198202
runs-on: windows-2022
199203
strategy:
200204
fail-fast: false

0 commit comments

Comments
 (0)