Skip to content

Commit 7c932c2

Browse files
committed
chore(ci): downgrade windows runners from 2022 to 2019
Per actions/runner-images#7320, the older runners perform better.
1 parent 36f4e0d commit 7c932c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,14 +244,14 @@ jobs:
244244
run: ./scripts/check_unstaged.sh
245245

246246
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 }}
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 }}
248248
timeout-minutes: 20
249249
strategy:
250250
matrix:
251251
os:
252252
- ubuntu-latest
253253
- macos-latest
254-
- windows-2022
254+
- windows-2019
255255
steps:
256256
- uses: actions/checkout@v3
257257

0 commit comments

Comments
 (0)