Skip to content

Commit 4358d3d

Browse files
committed
add matrix pair
1 parent cbd2344 commit 4358d3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/common.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
os: [macos-15]
4343
xcode: [Xcode_16.2]
4444
platform: [iOS, tvOS, macOS, watchOS, catalyst, visionOS]
45-
# include:
46-
# - os: macos-14
47-
# xcode: Xcode_16.2
48-
# platform: iOS
45+
include:
46+
- os: macos-14
47+
xcode: Xcode_16.2
48+
platform: iOS
4949
runs-on: ${{ matrix.os }}
5050
steps:
5151
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)