Skip to content

Commit

Permalink
Add macOS 15 to unit tests (#32)
Browse files Browse the repository at this point in the history
* Add macOS 15 to unit tests

* remove macos 13
  • Loading branch information
MahdiBM authored Oct 23, 2024
1 parent 89ea871 commit 8a558c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ jobs:
fail-fast: false
matrix:
include:
- macos-version: macos-13
xcode-version: '~15.2'
- macos-version: macos-14
xcode-version: latest-stable
- macos-version: macos-15
xcode-version: latest-stable
runs-on: ${{ matrix.macos-version }}
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 8a558c5

Please sign in to comment.