Skip to content

Commit 0127496

Browse files
authored
build: run Windows CI only on nondeprecated build configurations (#1152)
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>
1 parent b8449e1 commit 0127496

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
1111
os:
1212
- windows-2019
13-
- windows-2016
1413
runs-on: ${{ matrix.os }}
1514
steps:
1615
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)