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 ecb4ac8 commit 77418b2
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,31 @@ jobs:
matrix:
sdk: [macosx14.5, iphoneos17.5, appletvos17.5, watchos10.5]
target: [macosx10.14, iphoneos10.0, appletvos10.0, watchos4.0]
include:
exclude:
- sdk: macosx14.5
target: iphoneos10.0
- sdk: macosx14.5
target: appletvos10.0
- sdk: macosx14.5
target: watchos4.0
- sdk: iphoneos17.5
target: macosx10.14
- sdk: iphoneos17.5
target: appletvos10.0
- sdk: iphoneos17.5
target: watchos4.0
- sdk: appletvos17.5
target: macosx10.14
- sdk: appletvos17.5
target: iphoneos10.0
- sdk: appletvos17.5
target: appletvos10.0
- sdk: watchos10.5
target: watchos4.0
- sdk: watchos10.5
target: macosx10.14
- sdk: watchos10.5
target: iphoneos10.0
- sdk: watchos10.5
target: appletvos10.0
steps:
# To check the github context
- name: Checkout SDK code
Expand Down

0 comments on commit 77418b2

Please sign in to comment.