File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- include :
16
- - os : macos-14
17
- xcode -version : " 16.0 " # Swift 6.0
15
+ os : [macos-14]
16
+ xcode-version : [16.0] # Swift 6.0
17
+ ios -version : [18.0]
18
18
runs-on : ${{ matrix.os }}
19
19
env :
20
20
OPENGRAPH_WERROR : 1
33
33
xcodebuild build \
34
34
-scheme OpenGraph-Package \
35
35
-configuration Debug \
36
- -destination "platform=iOS" \
36
+ -destination "platform=iOS Simulator,OS=${{ matrix.ios-version }} " \
37
37
-derivedDataPath .build-debug \
38
38
-skipMacroValidation \
39
39
-skipPackagePluginValidation \
43
43
xcodebuild test \
44
44
-scheme OpenGraph-Package \
45
45
-configuration Debug \
46
- -destination "platform=iOS- Simulator" \
46
+ -destination "platform=iOS Simulator,OS=${{ matrix.ios-version }} " \
47
47
-enableCodeCoverage=YES \
48
48
-derivedDataPath .build-test-debug \
49
49
-skipPackagePluginValidation \
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- include :
16
- - os : macos-14
17
- xcode-version : " 16.0" # Swift 6.0
15
+ os : [macos-14]
16
+ xcode-version : [16.0] # Swift 6.0
18
17
runs-on : ${{ matrix.os }}
19
18
env :
20
19
OPENGRAPH_WERROR : 1
You can’t perform that action at this time.
0 commit comments