Skip to content

Commit d49b37c

Browse files
committed
chore(gh-actions): update windows build to win server 2022
1 parent 132ec55 commit d49b37c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
command: prebuildify
1717
args: --arch x64+arm64
1818
- name: win32-x86
19-
os: windows-2019
19+
os: windows-2022
2020
node: x86
2121
command: prebuildify
2222
- name: win32-x64
23-
os: windows-2019
23+
os: windows-2022
2424
node: x64
2525
command: prebuildify
2626
- name: linux-x64

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# arch isn't used and we have no way to use it currently
2525
- { os: macos-latest, arch: x64 }
2626
- { os: ubuntu-latest, arch: x64 }
27-
- { os: windows-2019, arch: x64 }
27+
- { os: windows-2022, arch: x64 }
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)