Skip to content

Commit

Permalink
Use ubuntu-latest now that 24.04 has been rolled out as default
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 30, 2025
1 parent 712f2af commit 64c2973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

verify_reproducibility:
name: Verify reproducibility
runs-on: ubuntu-24.04 # required to get a recent version of `jc`
runs-on: ubuntu-latest
permissions:
attestations: write # required for build provenance attestation
id-token: write # required for build provenance attestation
Expand Down

0 comments on commit 64c2973

Please sign in to comment.