Skip to content

Commit f21c1e3

Browse files
committed
Revert "Temporarily disable linux runners on github actions."
This reverts commit 7fbf0da.
1 parent 26ed961 commit f21c1e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/actions_build.yml

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

1111
build_gcc_old_ubuntu_20_04:
12-
if: false
1312
runs-on: ubuntu-20.04
1413
strategy:
1514
fail-fast: false
@@ -69,7 +68,6 @@ jobs:
6968
VERBOSE: 1
7069

7170
build_gcc_ubuntu_20_04:
72-
if: false
7371
runs-on: ubuntu-20.04
7472
strategy:
7573
fail-fast: false
@@ -122,7 +120,6 @@ jobs:
122120
VERBOSE: 1
123121

124122
build_gcc_ubuntu_22_04:
125-
if: false
126123
runs-on: ubuntu-22.04
127124
strategy:
128125
fail-fast: false
@@ -179,7 +176,6 @@ jobs:
179176

180177

181178
build_clang_old_ubuntu_20_04:
182-
if: false
183179
runs-on: ubuntu-20.04
184180
strategy:
185181
fail-fast: false
@@ -244,7 +240,6 @@ jobs:
244240
VERBOSE: 1
245241

246242
build_clang_ubuntu_20_04:
247-
if: false
248243
runs-on: ubuntu-20.04
249244
strategy:
250245
fail-fast: false
@@ -302,7 +297,6 @@ jobs:
302297
VERBOSE: 1
303298

304299
build_clang_ubuntu_22_04:
305-
if: false
306300
runs-on: ubuntu-22.04
307301
strategy:
308302
fail-fast: false

0 commit comments

Comments
 (0)