Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
command: prebuildify
args: --arch x64+arm64
- name: win32-x86
os: windows-2019
os: windows-latest
node: x86
command: prebuildify
- name: win32-x64
os: windows-2019
os: windows-latest
node: x64
command: prebuildify
- name: linux-x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# arch isn't used and we have no way to use it currently
- { os: macos-latest, arch: x64 }
- { os: ubuntu-latest, arch: x64 }
- { os: windows-2019, arch: x64 }
- { os: windows-latest, arch: x64 }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
Loading