From 0b549762334da636cda4ebf45e87ec314c36ebe5 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Wed, 28 Aug 2024 09:06:35 +0400 Subject: [PATCH] Update `ios.yml` --- .github/workflows/ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 0183f25..f1d0da3 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -16,7 +16,7 @@ on: jobs: iOS: name: - runs-on: macos-13 + runs-on: macos-14 strategy: fail-fast: false matrix: @@ -34,7 +34,7 @@ jobs: - name: Generate project run: xcodegen generate - name: Select Xcode version - run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer' + run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer' - name: Run tests run: | xcodebuild clean test \