Skip to content

Commit

Permalink
Merge pull request #13 from upbound/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ubuntu to v22
  • Loading branch information
haarchri authored Jan 16, 2024
2 parents 6ae8cdf + c816c1d commit b415f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

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

publish-artifacts:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

Expand Down

0 comments on commit b415f63

Please sign in to comment.