Skip to content

Commit

Permalink
Apply larger runners to all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Sep 8, 2023
1 parent eb7fc50 commit 795e3b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
status: ${{ job.status }}
build_sdks:
needs: prerequisites
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
status: ${{ job.status }}
build_sdks:
needs: prerequisites
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
status: ${{ job.status }}
build_sdks:
needs: prerequisites
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 795e3b9

Please sign in to comment.