Skip to content

Commit

Permalink
feat: target to thing
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 25, 2024
1 parent 0b21514 commit 5e69c48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
sdk: [macosx14.5]
target: [macosx13.0]
sdk: [macosx14.5, iphoneos17.5, appletvos17.5, watchos10.5]
steps:
# To check the github context
- name: Checkout SDK code
uses: actions/checkout@v4

- name: Build for ${{ matrix.sdk }} target ${{ matrix.target }}
run: xcodebuild -project Countly.xcodeproj build -sdk ${{ matrix.sdk }} -target ${{ matrix.target }}
- name: Build for ${{ matrix.sdk }}
run: xcodebuild -project Countly.xcodeproj build -sdk ${{ matrix.sdk }}

0 comments on commit 5e69c48

Please sign in to comment.