Skip to content

Commit 8de2e05

Browse files
committed
Remove deprecated windows2016 image
1 parent f0bbf37 commit 8de2e05

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
build: [x86_64, i686, x86_64-musl, mingw, system-curl, openssl-110, x86_64-beta, x86_64-nightly, macos, win64, win32, win2016]
14+
build: [x86_64, i686, x86_64-musl, mingw, system-curl, openssl-110, x86_64-beta, x86_64-nightly, macos, win64, win32]
1515
include:
1616
- build: x86_64
1717
os: ubuntu-latest
@@ -66,10 +66,6 @@ jobs:
6666
os: windows-latest
6767
rust: stable
6868
target: x86_64-pc-windows-msvc
69-
- build: win2016
70-
os: windows-2016
71-
rust: stable
72-
target: x86_64-pc-windows-msvc
7369
steps:
7470
- uses: actions/checkout@v1
7571
with:

0 commit comments

Comments
 (0)