Skip to content

Commit 30ea08a

Browse files
committed
ci: update outdated runner
actions/runner-images#11101 ubuntu-20.04 runner is already retired.
1 parent 8f76682 commit 30ea08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
codecov_token: ${{ secrets.CODECOV_TOKEN }}
3232
release:
3333
name: "Tagged Release"
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-24.04
3535
# needs ci for the cached stacker binary
3636
needs: [build-id, ci]
3737
steps:

0 commit comments

Comments
 (0)