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 9db790c commit c0d1977Copy full SHA for c0d1977
.github/workflows/build.yml
@@ -71,7 +71,9 @@ jobs:
71
EOF
72
73
mac:
74
- runs-on: macos-latest
+ runs-on: macos-14-arm
75
+ env:
76
+ DEVELOPER_DIR: /Applications/Xcode_15.4.app
77
78
steps:
79
- name: Checkout
.github/workflows/publish.yml
@@ -72,8 +72,10 @@ jobs:
needs: prepare
80
81
0 commit comments