File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : macos-11
17
17
strategy :
18
18
matrix :
19
- xcode : [12.4, 12.5]
19
+ xcode : [" 12.4", " 12.5", "13.0" ]
20
20
env :
21
21
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app
22
22
steps :
Original file line number Diff line number Diff line change 16
16
runs-on : macos-11
17
17
strategy :
18
18
matrix :
19
- xcode : [12.4, 12.5]
19
+ xcode : [" 12.4", " 12.5", "13.0" ]
20
20
platform : [macos, ios, tvos]
21
21
fail-fast : false
22
22
env :
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function test_macos {
79
79
function test_xcode_spm_macos {
80
80
mv Nimble.xcodeproj Nimble.xcodeproj.bak
81
81
trap ' mv Nimble.xcodeproj.bak Nimble.xcodeproj' EXIT
82
- run set -o pipefail && xcodebuild -scheme " Nimble" -configuration " Debug" -sdk " macosx$BUILD_MACOS_SDK_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
82
+ run set -o pipefail && xcodebuild -scheme " Nimble" -configuration " Debug" -sdk " macosx$BUILD_MACOS_SDK_VERSION " -destination " platform=macOS " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
83
83
}
84
84
85
85
function test_xcode_spm_ios {
You can’t perform that action at this time.
0 commit comments