Skip to content

Commit b03e2ca

Browse files
committed
Use macos-15 not macos-latest if it works any better?
1 parent 60fe234 commit b03e2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: macos-latest
12+
runs-on: macos-15
1313

1414
steps:
1515
# setup-swift doesn't support Swift 6 so use the Swift included in macos-latest.

0 commit comments

Comments
 (0)