Skip to content

Commit

Permalink
Temporarily disabling non windows-2019 runners on github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 11, 2024
1 parent 9e9ddab commit 52ac216
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:

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

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

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

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

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

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

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

0 comments on commit 52ac216

Please sign in to comment.