We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4a91f commit b04bd03Copy full SHA for b04bd03
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
runs-on: ${{ matrix.os }}
42
strategy:
43
matrix:
44
- os: [ubuntu-22.04, windows-latest]
+ os: [ubuntu-22.04, windows-2022]
45
toolchain: [nightly, beta, stable, 1.36]
46
# Only Test macOS on stable to reduce macOS CI jobs
47
include:
@@ -105,7 +105,7 @@ jobs:
105
106
windows-tests:
107
name: Windows Test
108
- runs-on: windows-latest
+ runs-on: windows-2022
109
110
111
toolchain: [
@@ -189,7 +189,7 @@ jobs:
189
190
- os: ubuntu-22.04
191
host: x86_64-unknown-linux-musl
192
- - os: windows-latest
+ - os: windows-2022
193
host: x86_64-pc-windows-msvc
194
# Reenable when Safari tests start working
195
# - os: macos-12
0 commit comments