Skip to content

Commit

Permalink
Revert "Temporarily disabling non windows-2019 runners on github acti…
Browse files Browse the repository at this point in the history
…ons."

This reverts commit 52ac216.
  • Loading branch information
arobenko committed Apr 11, 2024
1 parent 52ac216 commit 40c340b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:

jobs:
build_gcc_old_ubuntu_20_04:
if: false
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -72,7 +71,6 @@ jobs:
VERBOSE: 1

build_gcc_ubuntu_20_04:
if: false
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -142,7 +140,6 @@ jobs:
VERBOSE: 1

build_gcc_ubuntu_22_04:
if: false
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -204,7 +201,6 @@ jobs:
VERBOSE: 1

build_clang_old_ubuntu_20_04:
if: false
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -274,7 +270,6 @@ jobs:
VERBOSE: 1

build_clang_ubuntu_20_04:
if: false
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -337,7 +332,6 @@ jobs:
VERBOSE: 1

build_clang_ubuntu_22_04:
if: false
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -474,7 +468,6 @@ jobs:
VERBOSE: 1

build_msvc_2022:
if: false
runs-on: windows-2022
strategy:
fail-fast: false
Expand Down

0 comments on commit 40c340b

Please sign in to comment.