Skip to content

Commit ecdf097

Browse files
committed
chore: updated windows-2019 to windows-latest and upgrade node-gyp to
fix CI faillures
1 parent 849f574 commit ecdf097

File tree

4 files changed

+746
-803
lines changed

4 files changed

+746
-803
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build-group: linux
2424
- os: macos-latest
2525
build-group: darwin
26-
- os: windows-2019
26+
- os: windows-latest
2727
build-group: win32
2828
name: Build ${{ matrix.build-group }}
2929
runs-on: ${{ matrix.os }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
node: [12, 14, 16, 18, 20, 22]
25-
os: [ubuntu-latest, macos-latest, windows-2019]
25+
os: [ubuntu-latest, macos-latest, windows-latest]
2626
name: Node v${{ matrix.node }} (${{ matrix.os }})
2727
runs-on: ${{ matrix.os }}
2828
timeout-minutes: 10

0 commit comments

Comments
 (0)