Skip to content

Commit 6d9089d

Browse files
committed
push.yml: the "macOS-13" runner image is deprecated
1 parent fd0972e commit 6d9089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
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-13
105+
runs-on: macsOS-15-intel
106106
timeout-minutes: 15
107107
steps:
108108
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)