Skip to content

Commit 25ab0d6

Browse files
committed
Update from windows-2019 to windows-2025
1 parent 3706e84 commit 25ab0d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cross-platform-testing-build-from-source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- ubuntu-24.04
4646
- macos-13 # x86_64
4747
- macos-14 # aarch64
48-
- windows-2019
48+
- windows-2025
4949
# Only LTS versions greater than 8 are tested
5050
java-version: [ '8', '11', '17', '21' ]
5151
include:
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash
5656
- os: macos-14
5757
shell: bash
58-
- os: windows-2019
58+
- os: windows-2025
5959
shell: wsl-bash
6060
defaults:
6161
run:

.github/workflows/cross-platform-testing-use-development-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ubuntu-24.04
2121
- macos-13 # x86_64
2222
- macos-14 # aarch64
23-
- windows-2019
23+
- windows-2025
2424
# Only LTS versions greater than 8 are tested
2525
java-version: [ '8', '11', '17', '21' ]
2626
include:
@@ -30,7 +30,7 @@ jobs:
3030
shell: bash
3131
- os: macos-14
3232
shell: bash
33-
- os: windows-2019
33+
- os: windows-2025
3434
shell: wsl-bash
3535
defaults:
3636
run:

0 commit comments

Comments
 (0)