Skip to content

Commit

Permalink
Update CI for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Dec 31, 2022
1 parent 1bcde3d commit 3d717d5
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 @@ -17,10 +17,10 @@ jobs:
run: set -o pipefail && swift test --enable-test-discovery
iOS:
name: Test iOS
runs-on: macOS-10.15
runs-on: macos-latest
strategy:
matrix:
destination: ["platform=iOS Simulator,OS=14.4,name=iPhone 12 Pro"]
destination: ["platform=iOS Simulator,OS=16.1,name=iPhone 14 Pro"]
steps:
- uses: actions/checkout@v2
- name: iOS - ${{ matrix.destination }}
Expand Down

0 comments on commit 3d717d5

Please sign in to comment.