Skip to content

Commit b5d0ebc

Browse files
committed
push.yml: test on macOS 26 (Tahoe)
1 parent 306a3a5 commit b5d0ebc

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
Java17-MacOS:
2323
if: contains(toJson(github.event.commits), '[ci skip] ') == false
24-
runs-on: macos-15-intel
24+
runs-on: macos-26-intel
2525
steps:
2626
- uses: actions/setup-java@v5
2727
with:
@@ -34,7 +34,7 @@ jobs:
3434

3535
Java21-MacOS:
3636
if: contains(toJson(github.event.commits), '[ci skip] ') == false
37-
runs-on: macOS-15
37+
runs-on: macos-26
3838
steps:
3939
- uses: actions/setup-java@v5
4040
with:

0 commit comments

Comments
 (0)