Skip to content

Commit

Permalink
update the ci macos and xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwasdamji-hw-dev committed Mar 7, 2024
1 parent 134d9a9 commit fa67cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit fa67cb7

Please sign in to comment.