Skip to content

Commit 99135be

Browse files
committed
Revert "Temporarily disable non windows-2025 runners on github actions."
This reverts commit d756ee5.
1 parent 206a1d6 commit 99135be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/actions_build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515

1616
jobs:
1717
build_gcc_ubuntu_24_04:
18-
if: false
1918
runs-on: ubuntu-24.04
2019
strategy:
2120
fail-fast: false
@@ -79,7 +78,6 @@ jobs:
7978
VERBOSE: 1
8079

8180
build_clang_ubuntu_22_04:
82-
if: false
8381
runs-on: ubuntu-22.04
8482
strategy:
8583
fail-fast: false
@@ -132,7 +130,6 @@ jobs:
132130
VERBOSE: 1
133131

134132
build_clang_ubuntu_24_04:
135-
if: false
136133
runs-on: ubuntu-24.04
137134
strategy:
138135
fail-fast: false
@@ -198,7 +195,6 @@ jobs:
198195
VERBOSE: 1
199196

200197
build_msvc_2022:
201-
if: false
202198
runs-on: windows-2022
203199
strategy:
204200
fail-fast: false

0 commit comments

Comments
 (0)