We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1545485 commit 57f6264Copy full SHA for 57f6264
.github/workflows/push.yml
@@ -102,7 +102,7 @@ jobs:
102
103
Java21-MacOSX64:
104
if: contains(toJson(github.event.commits), '[ci skip] ') == false
105
- runs-on: macos-15-intel
+ runs-on: macos-26-intel
106
steps:
107
- uses: actions/setup-java@v5
108
with:
@@ -132,7 +132,7 @@ jobs:
132
133
Java21-MacOSX_ARM64:
134
135
- runs-on: macos-15
+ runs-on: macos-26
136
137
138
0 commit comments