Skip to content

Commit b04bd03

Browse files
committed
Explicitly use windows-2022
Currently this is the same as `windows-latest` so this is not a functional change. Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 9d4a91f commit b04bd03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
strategy:
4343
matrix:
44-
os: [ubuntu-22.04, windows-latest]
44+
os: [ubuntu-22.04, windows-2022]
4545
toolchain: [nightly, beta, stable, 1.36]
4646
# Only Test macOS on stable to reduce macOS CI jobs
4747
include:
@@ -105,7 +105,7 @@ jobs:
105105

106106
windows-tests:
107107
name: Windows Test
108-
runs-on: windows-latest
108+
runs-on: windows-2022
109109
strategy:
110110
matrix:
111111
toolchain: [
@@ -189,7 +189,7 @@ jobs:
189189
include:
190190
- os: ubuntu-22.04
191191
host: x86_64-unknown-linux-musl
192-
- os: windows-latest
192+
- os: windows-2022
193193
host: x86_64-pc-windows-msvc
194194
# Reenable when Safari tests start working
195195
# - os: macos-12

0 commit comments

Comments
 (0)