Skip to content

Commit 06fbc4f

Browse files
committed
Revert "Temporarily disable linux runners on github actions."
This reverts commit 4385162.
1 parent 55b71cb commit 06fbc4f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/actions_build.yml

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

1010
jobs:
1111
build_gcc_ubuntu_22_04:
12-
if: false
1312
runs-on: ubuntu-22.04
1413
strategy:
1514
fail-fast: false
@@ -51,7 +50,6 @@ jobs:
5150
run: ctest -V
5251

5352
build_gcc_ubuntu_24_04:
54-
if: false
5553
runs-on: ubuntu-24.04
5654
strategy:
5755
fail-fast: false
@@ -101,7 +99,6 @@ jobs:
10199
run: make doc_comms
102100

103101
build_clang_ubuntu_22_04:
104-
if: false
105102
runs-on: ubuntu-22.04
106103
strategy:
107104
fail-fast: false
@@ -143,7 +140,6 @@ jobs:
143140
run: ctest -V
144141

145142
build_clang_ubuntu_24_04:
146-
if: false
147143
runs-on: ubuntu-24.04
148144
strategy:
149145
fail-fast: false

0 commit comments

Comments
 (0)