From 08b3c4784c0840a2511fac2ab369d5d6c81d3b4c Mon Sep 17 00:00:00 2001 From: Gleb Linnik Date: Wed, 22 Jan 2025 01:37:17 +0300 Subject: [PATCH] Fix tests --- .github/workflows/unit-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index eaade55f..988a6f75 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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"