We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff8098 commit 72a8dd1Copy full SHA for 72a8dd1
.github/workflows/binaries-mac-x64.yml
@@ -9,9 +9,10 @@ on:
9
10
jobs:
11
build:
12
- runs-on: macos-13
+ runs-on: macos-15-intel
13
# arch: x64
14
- # image: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
+ # 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
16
17
env:
18
stack: stack
0 commit comments