Skip to content

Commit f4030d5

Browse files
committed
fix? matrix
1 parent 5bce7aa commit f4030d5

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)