Skip to content

Commit

Permalink
Merge pull request #163 from sergenyalcin/use-ubuntu-20.04
Browse files Browse the repository at this point in the history
Use ubuntu-20.04 machine type for provider-ci/lint job
  • Loading branch information
sergenyalcin authored Nov 16, 2023
2 parents 6b7ee06 + 0f1a57b commit 9010c32
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: [e2-standard-8, linux]
runs-on: ubuntu-20.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

Expand Down

0 comments on commit 9010c32

Please sign in to comment.