Skip to content

Commit 6ce2da6

Browse files
authored
fix: use ubuntu-24.04 in goreleaser-weekly (#3501)
1 parent 1928bb1 commit 6ce2da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'weekly/f*'
77
jobs:
88
goreleaser-weekly:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v3
1212
with:

0 commit comments

Comments
 (0)