Skip to content

Commit 7fbf0da

Browse files
committed
Temporarily disable linux runners on github actions.
1 parent cfe9445 commit 7fbf0da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/actions_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
jobs:
1010

1111
build_gcc_old_ubuntu_20_04:
12+
if: false
1213
runs-on: ubuntu-20.04
1314
strategy:
1415
fail-fast: false
@@ -68,6 +69,7 @@ jobs:
6869
VERBOSE: 1
6970

7071
build_gcc_ubuntu_20_04:
72+
if: false
7173
runs-on: ubuntu-20.04
7274
strategy:
7375
fail-fast: false
@@ -120,6 +122,7 @@ jobs:
120122
VERBOSE: 1
121123

122124
build_gcc_ubuntu_22_04:
125+
if: false
123126
runs-on: ubuntu-22.04
124127
strategy:
125128
fail-fast: false
@@ -176,6 +179,7 @@ jobs:
176179

177180

178181
build_clang_old_ubuntu_20_04:
182+
if: false
179183
runs-on: ubuntu-20.04
180184
strategy:
181185
fail-fast: false
@@ -240,6 +244,7 @@ jobs:
240244
VERBOSE: 1
241245

242246
build_clang_ubuntu_20_04:
247+
if: false
243248
runs-on: ubuntu-20.04
244249
strategy:
245250
fail-fast: false
@@ -297,6 +302,7 @@ jobs:
297302
VERBOSE: 1
298303

299304
build_clang_ubuntu_22_04:
305+
if: false
300306
runs-on: ubuntu-22.04
301307
strategy:
302308
fail-fast: false

0 commit comments

Comments
 (0)