Skip to content

Commit

Permalink
Temporarily disable linux runners on github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jan 7, 2025
1 parent e47c720 commit 76f4355
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:

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

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

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

build_gcc_ubuntu_24_04:
if: false
runs-on: ubuntu-24.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -269,6 +273,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 @@ -335,6 +340,7 @@ jobs:
VERBOSE: 1

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

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

build_clang_ubuntu_24_04:
if: false
runs-on: ubuntu-24.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -522,7 +530,6 @@ jobs:
env:
VERBOSE: 1


build_msvc_2019:
runs-on: windows-2019
strategy:
Expand Down

0 comments on commit 76f4355

Please sign in to comment.