We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f4e0d commit 7c932c2Copy full SHA for 7c932c2
.github/workflows/ci.yaml
@@ -244,14 +244,14 @@ 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-2022' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }}
+ 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 }}
248
timeout-minutes: 20
249
strategy:
250
matrix:
251
os:
252
- ubuntu-latest
253
- macos-latest
254
- - windows-2022
+ - windows-2019
255
steps:
256
- uses: actions/checkout@v3
257
0 commit comments