We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cffc0a commit 3c6eb14Copy full SHA for 3c6eb14
.github/workflows/ci.yml
@@ -6,11 +6,11 @@ jobs:
6
build:
7
runs-on: [macos-latest]
8
env:
9
- XC_VERSION: ${{ '14.1' }}
+ XC_VERSION: ${{ '16.2' }}
10
XC_SCHEME: ${{ 'Fosdem' }}
11
steps:
12
- name: Select latest Xcode
13
run: "sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app"
14
- uses: actions/checkout@v3
15
- name: Run Unit and UI Tests
16
- run: /usr/bin/xcodebuild test -scheme "$XC_SCHEME" -destination 'platform=iOS Simulator,name=iPhone 14'
+ run: /usr/bin/xcodebuild test -scheme "$XC_SCHEME" -destination 'platform=iOS Simulator,name=iPhone 16'
0 commit comments