Skip to content

Commit

Permalink
build: run Windows CI only on nondeprecated build configurations (#1152)
Browse files Browse the repository at this point in the history
The windows-2016 runner has been deprecated on March 15, 2022. That is
why those runs are getting cancelled recently. This change fixes the
issue by removing that runner from the config.

Refs: https://github.blog/changelog/2021-10-19-github-actions-the-windows-2016-runner-image-will-be-removed-from-github-hosted-runners-on-march-15-2022
Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
John French committed Mar 21, 2022
1 parent 2e170b0 commit a941922
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
os:
- windows-2019
- windows-2016
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a941922

Please sign in to comment.