Skip to content

Commit

Permalink
Update actions to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
brianegge committed Dec 7, 2024
1 parent ec157d9 commit f94c6f2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
clang: [8]
steps:
- uses: actions/checkout@v4
Expand All @@ -14,7 +14,6 @@ jobs:
fetch-depth: 0
- uses: cachix/install-nix-action@v30
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install
extra_nix_config: |
experimental-features = nix-command flakes ca-references
- name: nix build hobbesPackages/clang-${{ matrix.clang }}-ASanAndUBSan/hobbes
Expand All @@ -34,7 +33,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
clang: [6, 8, 10, 11, 12]
steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +42,6 @@ jobs:
fetch-depth: 0
- uses: cachix/install-nix-action@v30
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install
extra_nix_config: |
experimental-features = nix-command flakes ca-references
- name: nix build hobbesPackages/clang-${{ matrix.clang }}/hobbes
Expand All @@ -63,7 +61,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
gcc: [10]
llvm: [6, 8, 10, 11, 12]
steps:
Expand All @@ -73,7 +71,6 @@ jobs:
fetch-depth: 0
- uses: cachix/install-nix-action@v30
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install
extra_nix_config: |
experimental-features = nix-command flakes ca-references
- name: nix build hobbesPackages/gcc-${{ matrix.gcc }}/llvm-${{ matrix.llvm }}/hobbes
Expand Down

0 comments on commit f94c6f2

Please sign in to comment.