Skip to content

Commit

Permalink
No Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Feb 15, 2024
1 parent e39e00f commit 6115f6d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,21 +95,3 @@ jobs:
action: test
enable-code-coverage: true
- uses: codecov/codecov-action@v1

carthage:
runs-on: ${{ matrix.macos }}
strategy:
matrix:
xcode: [^15]
macos: [macos-14]
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ matrix.xcode }}
- uses: actions/checkout@v2

- run: |
if [ ${{ matrix.xcode }} != ^11 ]; then
echo "CARTHAGE_ARGS=--use-xcframeworks" >> $GITHUB_ENV
fi
- run: carthage build --no-skip-current --no-use-binaries $CARTHAGE_ARGS

0 comments on commit 6115f6d

Please sign in to comment.