Skip to content

Commit

Permalink
Updated Windows CI runner to windows-latest
Browse files Browse the repository at this point in the history
closes #1565

- now `node-gyp` has been updated to 8.x, we should now support building
  on Visual Studio 22
- this was the blocker from using `windows-latest`, so we can now update
  to that
  • Loading branch information
daniellockyer committed Apr 12, 2022
1 parent d9e7d8b commit 8e63848
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 @@ -18,7 +18,7 @@ jobs:
os:
- macos-latest
- ubuntu-latest
- windows-2019
- windows-latest
architecture:
- x64
node:
Expand All @@ -27,7 +27,7 @@ jobs:
- 16
- 17
include:
- os: windows-2019
- os: windows-latest
node: 16
architecture: x86
name: ${{ matrix.os }} ${{ matrix.architecture }} - Node ${{ matrix.node }}
Expand Down

0 comments on commit 8e63848

Please sign in to comment.