Skip to content

Commit bf0e898

Browse files
authored
Merge pull request #171 from crossplane/renovate/ubuntu-26.x
chore(deps): update dependency ubuntu to v26
2 parents bcb5aff + b4e9f26 commit bf0e898

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/ci.yml‎

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

3535
jobs:
3636
lint:
37-
runs-on: ubuntu-24.04
37+
runs-on: ubuntu-26.04
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v7
@@ -51,7 +51,7 @@ jobs:
5151
run: hatch fmt
5252

5353
unit-test:
54-
runs-on: ubuntu-24.04
54+
runs-on: ubuntu-26.04
5555
steps:
5656
- name: Checkout
5757
uses: actions/checkout@v7
@@ -72,7 +72,7 @@ jobs:
7272
# those packages to GitHub as a build artifact. The push job downloads those
7373
# artifacts and pushes them as a single multi-platform package.
7474
build:
75-
runs-on: ubuntu-24.04
75+
runs-on: ubuntu-26.04
7676
strategy:
7777
fail-fast: true
7878
matrix:
@@ -126,7 +126,7 @@ jobs:
126126
# pushes them as a multi-platform package.
127127
push:
128128
if: ${{ github.event_name != 'pull_request' }}
129-
runs-on: ubuntu-24.04
129+
runs-on: ubuntu-26.04
130130
needs:
131131
- build
132132
steps:

0 commit comments

Comments
 (0)