Skip to content

Commit bdd52b8

Browse files
committed
[CI] Switch to windows-2022 to make Windows build pass again.
1 parent dec0cfd commit bdd52b8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-low-cadence.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
java: [ '17', '21', '25' ]
41-
os: ['ubuntu-24.04', 'windows-latest', 'macos-15']
41+
os: ['ubuntu-24.04', 'windows-2022', 'macos-15']
4242
steps:
4343
- name: Use faster temporary storage (Windows)
4444
if: runner.os == 'Windows'
@@ -250,7 +250,7 @@ jobs:
250250

251251
cpp-slow-tests-msvc:
252252
name: C++ Slow System Tests MSVC
253-
runs-on: windows-latest
253+
runs-on: windows-2022
254254
timeout-minutes: 120
255255
env:
256256
CC: cl

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
java: [ '17', '21', '25' ]
39-
os: ['ubuntu-24.04', 'windows-latest', 'macos-15']
39+
os: ['ubuntu-24.04', 'windows-2022', 'macos-15']
4040
steps:
4141
- name: Use faster temporary storage (Windows)
4242
if: runner.os == 'Windows'
@@ -437,7 +437,7 @@ jobs:
437437

438438
cpp-msvc-build:
439439
name: C++ MSVC (Windows)
440-
runs-on: windows-latest
440+
runs-on: windows-2022
441441
timeout-minutes: 60
442442
env:
443443
CC: cl

0 commit comments

Comments
 (0)