Skip to content

Commit f7fefd6

Browse files
committed
follow-up
1 parent b369869 commit f7fefd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
os: [macos-15]
6565
xcode: [Xcode_16.2]
66-
platform: ${{ inputs.platforms == 'all' && ['iOS', 'tvOS', 'macOS', 'watchOS', 'catalyst', 'visionOS'] || join(inputs.platforms) }}
66+
platform: ${{ inputs.platforms == 'all' && [iOS, tvOS, macOS, watchOS, catalyst, visionOS] || join(inputs.platforms) }}
6767
include:
6868
- os: macos-14
6969
xcode: Xcode_16.2

0 commit comments

Comments
 (0)