Skip to content

Commit

Permalink
Update to xcode 143 (#174)
Browse files Browse the repository at this point in the history
* Updated build.yml to use Xcode 14.3
* Updated snapshots for iOS 16.4
  • Loading branch information
rajdeep authored May 28, 2023
1 parent bb0f9b1 commit 778fdf2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
destination: ['platform=iOS Simulator,OS=16.2,name=iPhone 14 Pro']
destination: ['platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro']

steps:
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_14.2.app
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
- name: Xcode version
run: /usr/bin/xcodebuild -version
- uses: actions/checkout@v2
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 778fdf2

Please sign in to comment.