Skip to content

Commit

Permalink
build: stop running CI on Windows Server 2016
Browse files Browse the repository at this point in the history
Support has been removed. See actions/runner-images#5238.
  • Loading branch information
TheMrMilchmann committed Apr 16, 2022
1 parent 6ff1f48 commit 3b648c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2016, windows-2019, windows-2022]
os: [windows-2019, windows-2022]
arch: [x64, x32, x86_arm, x86_arm64]
steps:
- name: Checkout
Expand All @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2016, windows-2019, windows-2022]
os: [windows-2019, windows-2022]
steps:
- name: Checkout
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 3b648c2

Please sign in to comment.