Skip to content

Commit

Permalink
Merge pull request #164 from upbound/revert-163-use-ubuntu-20.04
Browse files Browse the repository at this point in the history
Use e2-standard-8-20.04 machine type for CI/lint job
  • Loading branch information
sergenyalcin authored Nov 17, 2023
2 parents 9010c32 + 3c425bb commit 044e6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
make schema-version-diff
lint:
runs-on: ubuntu-20.04
runs-on: e2-standard-8-20.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

Expand Down

0 comments on commit 044e6c4

Please sign in to comment.