Skip to content

Commit

Permalink
CI: stop testing with windows-2016
Browse files Browse the repository at this point in the history
The image is going away beginning of next year.
  • Loading branch information
lazka committed Dec 12, 2021
1 parent a290368 commit 5ff691e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .ci/Dockerfile.2016

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [2016, 2019, 2022]
image: [2019, 2022]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [2016, 2019, 2022]
image: [2019, 2022]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 5ff691e

Please sign in to comment.