From fa67cb7634f503d30d137100121394e342059218 Mon Sep 17 00:00:00 2001 From: Maximilian Was Damji Date: Thu, 7 Mar 2024 15:22:51 -0800 Subject: [PATCH] update the ci macos and xcode version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18c326b..e64f943 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: fail-fast: false matrix: include: - - os: macos-12 - xcode_version: 14.2 + - os: macos-13 + xcode_version: 15.2 fastlane_task: unit_tests runs-on: ${{ matrix.os }} @@ -45,7 +45,7 @@ jobs: --no-use-binaries - name: Run ${{ matrix.task_title }} - run: fastlane ${{ matrix.fastlane_task }} + run: fastlane ${{ matrix.fastlane_task }} disable-concurrent-testing:"true" - name: Lint validation run: