Skip to content

Commit 1a7a51c

Browse files
committed
Add MacCatalyst to the workflow
1 parent ad0f881 commit 1a7a51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
BUILD_NUMBER: ${{ steps.build-vars.outputs.BUILD_NUMBER }}
1717
strategy:
1818
matrix:
19-
target: [ "iOS", "tvOS", "watchOS" ]
19+
target: [ "iOS", "tvOS", "watchOS", "MacCatalyst" ]
2020
steps:
2121
- name: Checkout
2222
uses: actions/[email protected]

0 commit comments

Comments
 (0)