Skip to content

Commit 4026f16

Browse files
committed
Pin GHA CI for Windows runners to windows-2022
1 parent 49067c4 commit 4026f16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-jupyter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
windows:
101101
needs: generate
102-
runs-on: windows-latest
102+
runs-on: windows-2022
103103
env:
104104
GGSQL_SKIP_GENERATE: "1"
105105
steps:

.github/workflows/release-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build-windows:
1414
name: Build Windows Installers
15-
runs-on: windows-latest
15+
runs-on: windows-2022
1616

1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)