Skip to content

Commit 9355fcc

Browse files
committed
push.yml: test on macOS 15 and Windows Server 2025
1 parent e0b9b57 commit 9355fcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
Java17-MacOS:
3232
if: contains(toJson(github.event.commits), '[ci skip] ') == false
33-
runs-on: macOS-14
33+
runs-on: macOS-15
3434
steps:
3535
- uses: actions/setup-java@v4
3636
with:
@@ -41,7 +41,7 @@ jobs:
4141

4242
Java23-Windows:
4343
if: contains(toJson(github.event.commits), '[ci skip] ') == false
44-
runs-on: windows-2022
44+
runs-on: windows-2025
4545
steps:
4646
- uses: actions/setup-java@v4
4747
with:

0 commit comments

Comments
 (0)