Skip to content

Commit cd88d1a

Browse files
chore(deps): update dependency ubuntu to v24
1 parent c3d4059 commit cd88d1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737

3838
jobs:
3939
lint:
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4
@@ -57,7 +57,7 @@ jobs:
5757
version: ${{ env.GOLANGCI_VERSION }}
5858

5959
unit-test:
60-
runs-on: ubuntu-22.04
60+
runs-on: ubuntu-24.04
6161
steps:
6262
- name: Checkout
6363
uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575
# those packages to GitHub as a build artifact. The push job downloads those
7676
# artifacts and pushes them as a single multi-platform package.
7777
build:
78-
runs-on: ubuntu-22.04
78+
runs-on: ubuntu-24.04
7979
strategy:
8080
fail-fast: true
8181
matrix:
@@ -130,7 +130,7 @@ jobs:
130130
# pushes them as a multi-platform package. We only push the package it the
131131
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
132132
push:
133-
runs-on: ubuntu-22.04
133+
runs-on: ubuntu-24.04
134134
needs:
135135
- build
136136
steps:

0 commit comments

Comments
 (0)