Skip to content

Commit

Permalink
forcing xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev committed Oct 21, 2024
1 parent db45b15 commit ce582d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
profile: minimal
toolchain: 1.81.0
default: true
- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Build Automerge XCFramework and library
if: steps.cache-automerge.outputs.cache-hit != 'true'
run: ./scripts/build-xcframework.sh
Expand All @@ -46,11 +48,13 @@ jobs:
libuniffi_automerge.a
libuniffi_automerge_threads.a
test-automerge-swift:
mac:
runs-on: macos-14
needs: automerge-dependencies
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Restore Automerge XCFramework and library
uses: actions/cache/restore@v4
with:
Expand All @@ -65,7 +69,7 @@ jobs:
- name: Swift tests
run: swift test

test-automerge-wasm:
wasm:
runs-on: ubuntu-latest
needs: automerge-dependencies
strategy:
Expand Down

0 comments on commit ce582d3

Please sign in to comment.