Skip to content

Commit 53afe8e

Browse files
committed
disable windows and macos pg tests in regular CI
1 parent 498763a commit 53afe8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
test-go-pg:
408408
# make sure to adjust NUM_PARALLEL_PACKAGES and NUM_PARALLEL_TESTS below
409409
# 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 }}
411411
needs: changes
412412
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
413413
# This timeout must be greater than the timeout set by `go test` in
@@ -417,10 +417,9 @@ jobs:
417417
timeout-minutes: 25
418418
strategy:
419419
matrix:
420+
# Windows and macOS tests run in the nightly-gauntlet.yaml workflow
420421
os:
421422
- ubuntu-latest
422-
- macos-latest
423-
- windows-2022
424423
steps:
425424
- name: Harden Runner
426425
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2

0 commit comments

Comments
 (0)