Skip to content

Commit 093065f

Browse files
chore(deps): update dependency ubuntu to v24
1 parent bef4c04 commit 093065f

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
@@ -54,7 +54,7 @@ jobs:
5454
run: hatch fmt
5555

5656
unit-test:
57-
runs-on: ubuntu-22.04
57+
runs-on: ubuntu-24.04
5858
steps:
5959
- name: Checkout
6060
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)