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
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ jobs:
matrix:
node-version: [22.x]
python-version: ["fallback"]
os-version: [windows-2019]
os-version: [windows-2022]
include:
- os-version: windows-2019
- os-version: windows-2022
package_target_arch: x64
package_target_platform: win32
package_target_libc: unknown
Expand Down Expand Up @@ -670,7 +670,7 @@ jobs:
- aarch64-apple-darwin
include:
- target: x86_64-pc-windows-msvc
os: windows-2019
os: windows-2022
executable_name: cubestored.exe
strip: true
# cubestored.exe: CantPackException: superfluous data between sections
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-cubestore-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- x86_64-apple-darwin
- aarch64-apple-darwin
include:
- os: windows-2019
- os: windows-2022
target: x86_64-pc-windows-msvc
executable_name: cubestored.exe
strip: true
Expand Down