Skip to content

Commit

Permalink
Merge pull request #3 from jimmystewpot/pin-ubuntu-2404
Browse files Browse the repository at this point in the history
Update Ubuntu to 24.04
  • Loading branch information
jimmystewpot authored Sep 17, 2024
2 parents 0995f35 + a87133c commit 24bbef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- "*"
- "v*"

permissions:
contents: write
Expand All @@ -12,7 +12,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 24bbef4

Please sign in to comment.