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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy