Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 authored Jan 21, 2025
1 parent 1891965 commit 08b3c47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ concurrency:

jobs:
unit-tests:
runs-on: macos-15
runs-on: "macos-${{ matrix.macos-version || 'latest' }}"
strategy:
fail-fast: false
matrix:
include:
- platform: iOS
macos-version: "15"
- platform: iOS
xcode-version: "latest"
macos-version: "15"
- platform: iOS
platform-version: ~16.4.0
macos-version: "13"
Expand Down

0 comments on commit 08b3c47

Please sign in to comment.