Skip to content

Commit 57c20af

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 211d292 commit 57c20af

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
@@ -38,7 +38,7 @@ env:
3838

3939
jobs:
4040
lint:
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-24.04
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4
@@ -58,7 +58,7 @@ jobs:
5858
version: ${{ env.GOLANGCI_VERSION }}
5959

6060
unit-test:
61-
runs-on: ubuntu-22.04
61+
runs-on: ubuntu-24.04
6262
steps:
6363
- name: Checkout
6464
uses: actions/checkout@v4
@@ -76,7 +76,7 @@ jobs:
7676
# those packages to GitHub as a build artifact. The push job downloads those
7777
# artifacts and pushes them as a single multi-platform package.
7878
build:
79-
runs-on: ubuntu-22.04
79+
runs-on: ubuntu-24.04
8080
strategy:
8181
fail-fast: true
8282
matrix:
@@ -131,7 +131,7 @@ jobs:
131131
# pushes them as a multi-platform package. We only push the package it the
132132
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
133133
push:
134-
runs-on: ubuntu-22.04
134+
runs-on: ubuntu-24.04
135135
needs:
136136
- build
137137
steps:

0 commit comments

Comments
 (0)