Skip to content

Commit 4435455

Browse files
committed
Revert "Temporarily disable ubuntu runners in github actions."
This reverts commit 21f934b.
1 parent 801be6a commit 4435455

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

1010
jobs:
1111
build_gcc_old_ubuntu_20_04:
12-
if: false
1312
runs-on: ubuntu-20.04
1413
strategy:
1514
fail-fast: false
@@ -71,7 +70,6 @@ jobs:
7170
VERBOSE: 1
7271

7372
build_gcc_ubuntu_20_04:
74-
if: false
7573
runs-on: ubuntu-20.04
7674
strategy:
7775
fail-fast: false
@@ -140,7 +138,6 @@ jobs:
140138
VERBOSE: 1
141139

142140
build_gcc_ubuntu_22_04:
143-
if: false
144141
runs-on: ubuntu-22.04
145142
strategy:
146143
fail-fast: false
@@ -202,7 +199,6 @@ jobs:
202199
VERBOSE: 1
203200

204201
build_clang_old_ubuntu_20_04:
205-
if: false
206202
runs-on: ubuntu-20.04
207203
strategy:
208204
fail-fast: false
@@ -271,7 +267,6 @@ jobs:
271267
VERBOSE: 1
272268

273269
build_clang_ubuntu_20_04:
274-
if: false
275270
runs-on: ubuntu-20.04
276271
strategy:
277272
fail-fast: false
@@ -333,7 +328,6 @@ jobs:
333328
VERBOSE: 1
334329

335330
build_clang_ubuntu_22_04:
336-
if: false
337331
runs-on: ubuntu-22.04
338332
strategy:
339333
fail-fast: false

0 commit comments

Comments
 (0)