Skip to content

Commit

Permalink
Upgrade runner to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jun 22, 2024
1 parent 140917f commit 66f7ab9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
local-build:
name: Local build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions: {}
steps:
- name: Checkout
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
release-dry-run:
name: GoReleaser release (dry run)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
checks: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
licensed:
name: Check licenses
permissions: {}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
release:
name: Create release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 66f7ab9

Please sign in to comment.