Skip to content

Commit 5dc2f21

Browse files
authored
Merge pull request #7 from crossplane-contrib/renovate/ubuntu-24.x
Update dependency ubuntu to v24
2 parents ff20121 + dfd6a65 commit 5dc2f21

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
@@ -36,7 +36,7 @@ env:
3636

3737
jobs:
3838
lint:
39-
runs-on: ubuntu-22.04
39+
runs-on: ubuntu-24.04
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353
run: hatch run lint:check
5454

5555
unit-test:
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474
# those packages to GitHub as a build artifact. The push job downloads those
7575
# artifacts and pushes them as a single multi-platform package.
7676
build:
77-
runs-on: ubuntu-22.04
77+
runs-on: ubuntu-24.04
7878
strategy:
7979
fail-fast: true
8080
matrix:
@@ -129,7 +129,7 @@ jobs:
129129
# pushes them as a multi-platform package. We only push the package it the
130130
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
131131
push:
132-
runs-on: ubuntu-22.04
132+
runs-on: ubuntu-24.04
133133
needs:
134134
- build
135135
steps:

0 commit comments

Comments
 (0)