Skip to content

Commit

Permalink
run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 19, 2024
1 parent 8719f84 commit b240b62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
os: [macos-12, macos-13, macos-14]
xcode_version: [13, 14, 15]
exclude:
- os: macos-13
xcode_version: 13
- os: macos-14
xcode_version: 13
- os: macos-12
xcode_version: 15
- os: macos-13
xcode_version: 13
- os: macos-14
xcode_version: 13
- os: macos-12
xcode_version: 15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b240b62

Please sign in to comment.