Skip to content

Commit

Permalink
Use the ubuntu-22.04 action runner for the lint & publish-artifacts jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
  • Loading branch information
ulucinar committed Mar 6, 2024
1 parent a619f47 commit 12d489d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
make schema-version-diff
lint:
runs-on: Ubuntu-Jumbo-Runner
runs-on: ubuntu-22.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true' && !inputs.golangci-skip

Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
run: make local-deploy

publish-artifacts:
runs-on: [e2-standard-8, linux]
runs-on: ubuntu-22.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

Expand Down

0 comments on commit 12d489d

Please sign in to comment.