Skip to content

Commit 3c6eb14

Browse files
authored
Update ci.yml
1 parent 8cffc0a commit 3c6eb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77
runs-on: [macos-latest]
88
env:
9-
XC_VERSION: ${{ '14.1' }}
9+
XC_VERSION: ${{ '16.2' }}
1010
XC_SCHEME: ${{ 'Fosdem' }}
1111
steps:
1212
- name: Select latest Xcode
1313
run: "sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app"
1414
- uses: actions/checkout@v3
1515
- name: Run Unit and UI Tests
16-
run: /usr/bin/xcodebuild test -scheme "$XC_SCHEME" -destination 'platform=iOS Simulator,name=iPhone 14'
16+
run: /usr/bin/xcodebuild test -scheme "$XC_SCHEME" -destination 'platform=iOS Simulator,name=iPhone 16'

0 commit comments

Comments
 (0)