Skip to content

Commit

Permalink
Removing matrix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jan 31, 2024
1 parent 9b6f0ca commit 402c9b0
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 @@ -21,7 +21,7 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
steps:
- uses: actions/checkout@v4
- name: Test platform ${{ matrix.destination }}
- name: Test
run: set -o pipefail && xcodebuild -scheme XCLint-Package -destination "platform=macOS" test | xcbeautify

test:
Expand All @@ -31,7 +31,7 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
steps:
- uses: actions/checkout@v4
- name: Test platform ${{ matrix.destination }}
- name: Test
run: set -o pipefail && xcodebuild -scheme XCLint-Package -destination "platform=macOS" test | xcbeautify

linux_test:
Expand Down

0 comments on commit 402c9b0

Please sign in to comment.