File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235
235
run : ./scripts/check_unstaged.sh
236
236
237
237
test-go :
238
- runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-4vcpu-ubuntu-2204' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xl' || matrix.os == 'windows-2019 ' && github.repository_owner == 'coder' && 'windows-latest-8 -cores' || matrix.os }}
238
+ runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-4vcpu-ubuntu-2204' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xl' || matrix.os == 'windows-2022 ' && github.repository_owner == 'coder' && 'windows-latest-16 -cores' || matrix.os }}
239
239
needs : changes
240
240
if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
241
241
timeout-minutes : 20
@@ -245,7 +245,7 @@ jobs:
245
245
os :
246
246
- ubuntu-latest
247
247
- macos-latest
248
- - windows-2019
248
+ - windows-2022
249
249
steps :
250
250
- name : Checkout
251
251
uses : actions/checkout@v4
@@ -387,7 +387,7 @@ jobs:
387
387
388
388
deploy :
389
389
name : " deploy"
390
- runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu -ubuntu-2204' || 'ubuntu-latest' }}
390
+ runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-16vcpu -ubuntu-2204' || 'ubuntu-latest' }}
391
391
timeout-minutes : 30
392
392
needs : changes
393
393
if : |
@@ -510,7 +510,7 @@ jobs:
510
510
flags : unittest-js
511
511
512
512
test-e2e :
513
- runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu -ubuntu-2204' || 'ubuntu-latest' }}
513
+ runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-16vcpu -ubuntu-2204' || 'ubuntu-latest' }}
514
514
needs : changes
515
515
if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
516
516
timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments