Skip to content

Commit 12c8840

Browse files
chore(deps): update dependency ubuntu to v24 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6a1e98 commit 12c8840

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GOARCH: arm
3333
- GOOS: windows
3434
GOARCH: s390x
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636

3737
steps:
3838
- name: Checkout

.github/workflows/base-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GOARCH: arm
3333
- GOOS: windows
3434
GOARCH: s390x
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636

3737
steps:
3838
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
@@ -95,7 +95,7 @@ jobs:
9595

9696
release:
9797
name: ${{ inputs.distribution }} Release
98-
runs-on: ubuntu-22.04
98+
runs-on: ubuntu-24.04
9999
needs: prepare
100100

101101
permissions:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

0 commit comments

Comments
 (0)