Skip to content

Commit a0854d3

Browse files
committed
push.yml: test on macOS 26 (Tahoe)
1 parent 8d0ba67 commit a0854d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

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

3232
Java21-MacOS:
3333
if: contains(toJson(github.event.commits), '[ci skip] ') == false
34-
runs-on: macos-15-intel
34+
runs-on: macos-26-intel
3535
steps:
3636
- uses: actions/setup-java@v5
3737
with:
@@ -53,7 +53,7 @@ jobs:
5353

5454
Java25-MacOS:
5555
if: contains(toJson(github.event.commits), '[ci skip] ') == false
56-
runs-on: macOS-15
56+
runs-on: macos-26
5757
steps:
5858
- uses: actions/setup-java@v5
5959
with:

0 commit comments

Comments
 (0)