Skip to content

Commit

Permalink
Merge pull request #28 from katrinafyi/ci-2404
Browse files Browse the repository at this point in the history
ci: try ubuntu 24.04
  • Loading branch information
katrinafyi authored Dec 11, 2024
2 parents 094e7c0 + 731fb94 commit d852854
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
update-check:
if: ${{ ! inputs.patches-b64 }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-24.04, macos-latest]
# end-user packages to ci build for cache
pkg:
[aslp, bap-aslp, bap-primus, basil,
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

result:
if: ${{ always() }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [ build ]
steps:
- name: Aggregate matrix results
Expand All @@ -112,7 +112,7 @@ jobs:
push:
if: ${{ inputs.push }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [ result ]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
flake-update:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

outputs:
patches: ${{ steps.data.outputs.b64 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pkg: [asli, bap-asli-plugin, bap-primus, basil, gtirb-semantics,
asl-translator, alive2-aslp, alive2-regehr, aslp_web, compiler-explorer]

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

collate:
if: ${{ always() }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [ update ]
outputs:
patches: ${{ steps.data.outputs.b64 }}
Expand Down

0 comments on commit d852854

Please sign in to comment.