Skip to content

Commit 64c2973

Browse files
committed
Use ubuntu-latest now that 24.04 has been rolled out as default
1 parent 712f2af commit 64c2973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
verify_reproducibility:
2323
name: Verify reproducibility
24-
runs-on: ubuntu-24.04 # required to get a recent version of `jc`
24+
runs-on: ubuntu-latest
2525
permissions:
2626
attestations: write # required for build provenance attestation
2727
id-token: write # required for build provenance attestation

0 commit comments

Comments
 (0)