Skip to content

Commit c0d1977

Browse files
committed
Fixing version of Xcode for CI Mac builds
1 parent 9db790c commit c0d1977

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
EOF
7272
7373
mac:
74-
runs-on: macos-latest
74+
runs-on: macos-14-arm
75+
env:
76+
DEVELOPER_DIR: /Applications/Xcode_15.4.app
7577

7678
steps:
7779
- name: Checkout

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ jobs:
7272
EOF
7373
7474
mac:
75-
runs-on: macos-latest
75+
runs-on: macos-14-arm
7676
needs: prepare
77+
env:
78+
DEVELOPER_DIR: /Applications/Xcode_15.4.app
7779

7880
steps:
7981
- name: Checkout

0 commit comments

Comments
 (0)