Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nik3212 committed Aug 28, 2024
1 parent 418edae commit 2a18624
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
iOS:
name:
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand All @@ -34,10 +34,11 @@ jobs:
- name: Generate project
run: xcodegen generate
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'
- name: Run tests
run: |
xcodebuild clean test \
-skipMacroValidation \
-scheme ${{ matrix.scheme }} \
-destination "${{ matrix.destination }}" \
-enableCodeCoverage YES || exit 1
Expand Down

0 comments on commit 2a18624

Please sign in to comment.