Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jul 7, 2024
1 parent 3a15a68 commit cfc4fd2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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-13
xcode_version: 15.2
- os: macos-12
xcode_version: 14.2
fastlane_task: unit_tests

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -49,8 +49,7 @@ jobs:

- name: Lint validation
run:
| swiftlint --version
| swiftlint lint --strict --reporter json
swiftlint lint --strict --reporter json

- name: Code Coverage [Build report]
run: |
Expand Down

0 comments on commit cfc4fd2

Please sign in to comment.