Skip to content

Commit fc88ebf

Browse files
committed
Temporarily disable linux runners on github actions.
1 parent 278fa16 commit fc88ebf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/actions_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
jobs:
1818
build_gcc_ubuntu_24_04:
19+
if: false
1920
runs-on: ubuntu-24.04
2021
strategy:
2122
fail-fast: false
@@ -91,6 +92,7 @@ jobs:
9192
VERBOSE: 1
9293

9394
build_clang_ubuntu_22_04:
95+
if: false
9496
runs-on: ubuntu-22.04
9597
strategy:
9698
fail-fast: false
@@ -154,6 +156,7 @@ jobs:
154156
VERBOSE: 1
155157

156158
build_clang_ubuntu_24_04:
159+
if: false
157160
runs-on: ubuntu-24.04
158161
strategy:
159162
fail-fast: false

0 commit comments

Comments
 (0)