Skip to content

Commit

Permalink
remove ios from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Oct 14, 2023
1 parent 3e729ab commit ebb6cea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,12 @@ jobs:
test:
name: Test
runs-on: macOS-13
strategy:
matrix:
destination:
- "platform=macOS"
- "platform=iOS Simulator,name=iPhone 12"

steps:
- uses: actions/checkout@v4
- name: Install XCBeautify
run: brew install xcbeautify
- name: Test platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -scheme XCLint-Package -destination "${{ matrix.destination }}" test | xcbeautify --renderer github-actions
run: set -o pipefail && xcodebuild -scheme XCLint-Package -destination "platform=macOS" test | xcbeautify --renderer github-actions

linux_test:
name: Test Linux
Expand Down

0 comments on commit ebb6cea

Please sign in to comment.