Skip to content

Commit 72a8dd1

Browse files
committed
;ci:binaries-mac-x64: switch to macos-15-intel
1 parent 1ff8098 commit 72a8dd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/binaries-mac-x64.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: macos-13
12+
runs-on: macos-15-intel
1313
# arch: x64
14-
# image: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
14+
# image: somewhere near https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
15+
# https://github.com/actions/runner-images/issues/13046
1516

1617
env:
1718
stack: stack

0 commit comments

Comments
 (0)