Merge pull request #96 from crossplane/renovate/ubuntu-24.x

Update dependency ubuntu to v24
This commit is contained in:
Nic Cope 2025-04-21 15:03:56 -07:00 committed by GitHub
commit 58878758da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@ env:
jobs:
detect-noop:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
noop: ${{ steps.noop.outputs.should_skip }}
steps:
@ -35,7 +35,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
@ -77,7 +77,7 @@ jobs:
version: ${{ env.GOLANGCI_VERSION }}
check-diff:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
@ -117,7 +117,7 @@ jobs:
run: make check-diff
unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
@ -166,7 +166,7 @@ jobs:
file: _output/tests/linux_amd64/coverage.txt
e2e-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
@ -228,7 +228,7 @@ jobs:
run: make e2e USE_HELM3=true
publish-artifacts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

View File

@ -20,7 +20,7 @@ env:
jobs:
promote-artifacts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout

View File

@ -12,7 +12,7 @@ on:
jobs:
create-tag:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout