Skip to content

Commit

Permalink
ci: update runner version to ubuntu-24.04 (#1140)
Browse files Browse the repository at this point in the history
CI:
- Updated the runner version to `ubuntu-24.04` for release pipeline as
`ubuntu-20.04` is reaching the end of life on 2025-05-29.

Test:
- `goreleaser` works well in forked repo

Reference: https://en.wikipedia.org/wiki/Ubuntu_version_history#2004
Resolves #1139

Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao authored Jan 14, 2025
1 parent 5288903 commit 5c1842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
permissions:
contents: write # for goreleaser/goreleaser-action to create a GitHub release
name: Release Notation Binaries
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
go-version: ['1.23']
Expand Down

0 comments on commit 5c1842c

Please sign in to comment.