We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0ba67 commit a0854d3Copy full SHA for a0854d3
.github/workflows/push.yml
@@ -31,7 +31,7 @@ jobs:
31
32
Java21-MacOS:
33
if: contains(toJson(github.event.commits), '[ci skip] ') == false
34
- runs-on: macos-15-intel
+ runs-on: macos-26-intel
35
steps:
36
- uses: actions/setup-java@v5
37
with:
@@ -53,7 +53,7 @@ jobs:
53
54
Java25-MacOS:
55
56
- runs-on: macOS-15
+ runs-on: macos-26
57
58
59
0 commit comments