@@ -370,7 +370,7 @@ jobs:
370
370
api-key :${{ secrets.DATADOG_API_KEY }}
371
371
372
372
test-go-pg :
373
- runs-on :${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xlarge'}}
373
+ runs-on :${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xlarge' || matrix.os }}
374
374
needs :changes
375
375
if :needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
376
376
# This timeout must be greater than the timeout set by `go test` in
@@ -442,7 +442,7 @@ jobs:
442
442
# temporarily allow windows tests to fail. Using a matrix strategy here makes
443
443
# the check in the `required` job rather complicated.
444
444
test-go-pg-windows :
445
- runs-on :${{ github.repository_owner == 'coder' && 'windows-latest-16-cores' }}
445
+ runs-on :${{ github.repository_owner == 'coder' && 'windows-latest-16-cores'|| 'windows-latest' }}
446
446
needs :changes
447
447
if :needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
448
448
# This timeout must be greater than the timeout set by `go test` in