Skip to content

Commit 5c8008a

Browse files
committed
try macos15
1 parent 51a7cdd commit 5c8008a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: macos-latest
9+
runs-on: macos-15
1010

1111
env:
1212
MAVEN_ARGS: -Dmaven.resolver.transport=wagon

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99

10-
runs-on: macos-latest
10+
runs-on: macos-15
1111

1212
env:
1313
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)