Skip to content

Commit a0f2165

Browse files
committed
Fix CI: update macOS runner from retired macos-13 to macos-15
1 parent 65211ee commit a0f2165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
# macOS
17-
- os: macos-13 # Intel
17+
- os: macos-15 # Intel (macos-13 retired)
1818
arch: x64
1919
- os: macos-14 # Apple Silicon
2020
arch: arm64

0 commit comments

Comments
 (0)