Skip to content

Commit

Permalink
tune matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Nov 30, 2024
1 parent a564972 commit d679a2f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,13 @@ jobs:
analyze_wda:
strategy:
matrix:
os: [macos-13, macos-14, macos-15]
xcode_version: [14, 15, 16]
exclude:
- os: macos-15
xcode_version: 14
- os: macos-15
xcode_version: 15
include:
- os: macos-13
xcode_version: 16
xcode_version: 14.3.1
- os: macos-14
xcode_version: 16
xcode_version: 15.4
- os: macos-15
xcode_version: 16.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d679a2f

Please sign in to comment.