Skip to content

Commit d4ded9d

Browse files
committed
windows-2016 was removed from Github Actions on March 15, 2022.
1 parent f5484fb commit d4ded9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
build: [stable, beta, nightly, linux32, macos, aarch64-ios, win32, win64, mingw32, mingw64, windows-2016]
10+
build: [stable, beta, nightly, linux32, macos, aarch64-ios, win32, win64, mingw32, mingw64, windows-2019]
1111
include:
1212
- build: stable
1313
os: ubuntu-latest
@@ -40,7 +40,7 @@ jobs:
4040
target: aarch64-pc-windows-msvc
4141
no_run: --no-run
4242
- build: win32
43-
os: windows-2016
43+
os: windows-2019
4444
rust: stable-i686-msvc
4545
target: i686-pc-windows-msvc
4646
- build: win64
@@ -55,8 +55,8 @@ jobs:
5555
os: windows-latest
5656
rust: stable-x86_64-gnu
5757
target: x86_64-pc-windows-gnu
58-
- build: windows-2016
59-
os: windows-2016
58+
- build: windows-2019
59+
os: windows-2019
6060
rust: stable-x86_64
6161
target: x86_64-pc-windows-msvc
6262
steps:

0 commit comments

Comments
 (0)