Skip to content

Commit

Permalink
ios: use xcode 15.3 in tests to see if slowdown issues are resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed May 4, 2024
1 parent a63f1ae commit bc70f6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
- name: Install rust version
run: |
rustup install ${{ matrix.rust }} --profile minimal
Expand Down

0 comments on commit bc70f6a

Please sign in to comment.