Skip to content

Commit

Permalink
Fixing version of Xcode for CI Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Oct 3, 2024
1 parent 9db790c commit c0d1977
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
EOF
mac:
runs-on: macos-latest
runs-on: macos-14-arm
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app

steps:
- name: Checkout
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ jobs:
EOF
mac:
runs-on: macos-latest
runs-on: macos-14-arm
needs: prepare
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app

steps:
- name: Checkout
Expand Down

0 comments on commit c0d1977

Please sign in to comment.