We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74da4d5 commit ba2a375Copy full SHA for ba2a375
.github/workflows/rust-cubesql.yml
@@ -315,7 +315,7 @@ jobs:
315
matrix:
316
# We do not need to test under all versions, we do it under linux
317
node-version: [20.x]
318
- os-version: [windows-2019]
+ os-version: [windows-2022]
319
python-version: ["fallback"]
320
fail-fast: false
321
.github/workflows/rust-cubestore.yml
@@ -120,7 +120,7 @@ jobs:
120
- x86_64-apple-darwin
121
- aarch64-apple-darwin
122
include:
123
- - os: windows-2019
+ - os: windows-2022
124
target: x86_64-pc-windows-msvc
125
executable_name: cubestored.exe
126
strip: true
0 commit comments