Skip to content

Commit

Permalink
Bump iOS versions used for CI
Browse files Browse the repository at this point in the history
Seems like the currently specified versions are no longer available on
the latest GitHub runners.
  • Loading branch information
lawrence-forooghian committed Aug 17, 2022
1 parent 7822a33 commit ed367ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,OS=14.4,name=iPhone 12']
destination: ['platform=iOS Simulator,OS=15.2,name=iPhone 12']
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ed367ef

Please sign in to comment.