Skip to content

Commit

Permalink
removed ios 17 tests
Browse files Browse the repository at this point in the history
As there is no runner with both ios 17.5 and xcode 16
actions/runner-images#10703

Signed-off-by: Joel-David <[email protected]>
  • Loading branch information
joeldavidw authored Nov 12, 2024
1 parent c09365e commit 1f78352
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,7 @@ on:
- main

jobs:
run_tests_ios_17:
runs-on: macos-14
environment: ${{ github.event_name == 'push' && 'default' || 'ci-macos' }}
strategy:
matrix:
include:
- xcode: "15.4"
ios: "17.5"
name: iOS (${{ matrix.ios }})
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_${{ matrix.xcode }}.app && /usr/bin/xcodebuild -version
- name: Run unit tests
run: xcodebuild test -scheme 'Chronos Dev Release' -project Chronos.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 15 Pro Max,OS=${{ matrix.ios }}' | xcpretty && exit ${PIPESTATUS[0]}
run_tests_ios_18:
run_tests:
runs-on: macos-15
environment: ${{ github.event_name == 'push' && 'default' || 'ci-macos' }}
strategy:
Expand Down

0 comments on commit 1f78352

Please sign in to comment.