Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
njw438 committed May 30, 2023
1 parent e875ece commit 8304fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
destination: ["OS=14.5,name=iPhone 11"]
destination: ["OS=15.0,name=iPhone 13"]
steps:
- uses: actions/checkout@v1
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_12.5.1.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_14.2.app/Contents/Developer'
- name: Bundle Install
run: bundle install
- uses: actions/cache@v1
Expand Down

0 comments on commit 8304fa0

Please sign in to comment.