Skip to content

Commit

Permalink
Merge pull request #1506 from crossplane-contrib/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v24
  • Loading branch information
turkenf authored Oct 3, 2024
2 parents 5ef712d + 8f538d9 commit 054e58a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}

detect-noop:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
noop: ${{ steps.noop.outputs.should_skip }}
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
do_not_skip: '["workflow_dispatch", "schedule", "push"]'

lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

jobs:
setup-vars:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
supported_releases_number: ${{ steps.setup.outputs.supported_releases_number }}
images: ${{ steps.setup.outputs.images }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
stale:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/uptest-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
detect-api-groups:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
api_groups: ${{ steps.api-groups.outputs.list }}
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
echo "list=${OUTPUT}" >> $GITHUB_OUTPUT
uptest:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-api-groups
strategy:
fail-fast: false
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
kubectl delete managed --all
report:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: uptest
if: always()
env:
Expand Down

0 comments on commit 054e58a

Please sign in to comment.