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 6ecd62d commit 4f0e9f8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 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,9 +14,11 @@ 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
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: nix build hobbesPackages/clang-${{ matrix.clang }}-ASanAndUBSan/hobbes
run: |
nix build .#hobbesPackages/clang-${{ matrix.clang }}-ASanAndUBSan/hobbes
Expand All @@ -34,7 +36,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,9 +45,11 @@ 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
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: nix build hobbesPackages/clang-${{ matrix.clang }}/hobbes
run: |
nix build .#hobbesPackages/clang-${{ matrix.clang }}/hobbes
Expand All @@ -63,7 +67,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,9 +77,11 @@ 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
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: nix build hobbesPackages/gcc-${{ matrix.gcc }}/llvm-${{ matrix.llvm }}/hobbes
run: |
nix build .#hobbesPackages/gcc-${{ matrix.gcc }}/llvm-${{ matrix.llvm }}/hobbes
Expand Down

0 comments on commit 4f0e9f8

Please # to comment.