Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Jan 27, 2025
1 parent 8cffc0a commit 3c6eb14
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 @@ -6,11 +6,11 @@ jobs:
build:
runs-on: [macos-latest]
env:
XC_VERSION: ${{ '14.1' }}
XC_VERSION: ${{ '16.2' }}
XC_SCHEME: ${{ 'Fosdem' }}
steps:
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app"
- uses: actions/checkout@v3
- name: Run Unit and UI Tests
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 comments on commit 3c6eb14

Please sign in to comment.