Skip to content

Commit 57f6264

Browse files
committed
push.yml: build using macOS 26
1 parent 1545485 commit 57f6264

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
@@ -102,7 +102,7 @@ jobs:
102102
103103
Java21-MacOSX64:
104104
if: contains(toJson(github.event.commits), '[ci skip] ') == false
105-
runs-on: macos-15-intel
105+
runs-on: macos-26-intel
106106
steps:
107107
- uses: actions/setup-java@v5
108108
with:
@@ -132,7 +132,7 @@ jobs:
132132
133133
Java21-MacOSX_ARM64:
134134
if: contains(toJson(github.event.commits), '[ci skip] ') == false
135-
runs-on: macos-15
135+
runs-on: macos-26
136136
steps:
137137
- uses: actions/setup-java@v5
138138
with:

0 commit comments

Comments
 (0)