Skip to content

Commit

Permalink
ci: use stable runner ubuntu-22.04 rather than latest (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeven authored Dec 17, 2024
1 parent ee3ab00 commit 105cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 105cf72

Please sign in to comment.