File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ jobs:
407
407
test-go-pg :
408
408
# make sure to adjust NUM_PARALLEL_PACKAGES and NUM_PARALLEL_TESTS below
409
409
# when changing runner sizes
410
- runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || matrix.os && matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'depot-macos-latest' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'depot-windows-2022-16' || matrix.os }}
410
+ runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || matrix.os }}
411
411
needs : changes
412
412
if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
413
413
# This timeout must be greater than the timeout set by `go test` in
@@ -417,10 +417,9 @@ jobs:
417
417
timeout-minutes : 25
418
418
strategy :
419
419
matrix :
420
+ # Windows and macOS tests run in the nightly-gauntlet.yaml workflow
420
421
os :
421
422
- ubuntu-latest
422
- - macos-latest
423
- - windows-2022
424
423
steps :
425
424
- name : Harden Runner
426
425
uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
You can’t perform that action at this time.
0 commit comments