Skip to content

Commit fde5b7e

Browse files
authored
Merge pull request #93 from crossplane/renovate/ubuntu-24.x
chore(deps): update dependency ubuntu to v24
2 parents 5ceb763 + 266dd49 commit fde5b7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535

3636
jobs:
3737
lint:
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
5252
run: hatch fmt
5353

5454
unit-test:
55-
runs-on: ubuntu-22.04
55+
runs-on: ubuntu-24.04
5656
steps:
5757
- name: Checkout
5858
uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070

7171

7272
build:
73-
runs-on: ubuntu-22.04
73+
runs-on: ubuntu-24.04
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@v4
@@ -111,7 +111,7 @@ jobs:
111111
if: ${{ inputs.version != '' }}
112112
needs:
113113
- build
114-
runs-on: ubuntu-22.04
114+
runs-on: ubuntu-24.04
115115
steps:
116116
- name: Download Sdist and Wheel from GitHub
117117
uses: actions/download-artifact@v4
@@ -133,7 +133,7 @@ jobs:
133133
# The simple docs tool we're using doesn't support versions, so our docs
134134
# will only reflect what's in main.
135135
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
136-
runs-on: ubuntu-22.04
136+
runs-on: ubuntu-24.04
137137
steps:
138138
- name: Checkout
139139
uses: actions/checkout@v4

0 commit comments

Comments
 (0)