We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c932c2 commit fe63a7fCopy full SHA for fe63a7f
.github/workflows/ci.yaml
@@ -244,7 +244,7 @@ jobs:
244
run: ./scripts/check_unstaged.sh
245
246
test-go:
247
- runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || matrix.os == 'windows-2019' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }}
+ runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-4vcpu-ubuntu-2204' || matrix.os == 'windows-2019' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }}
248
timeout-minutes: 20
249
strategy:
250
matrix:
0 commit comments