Skip to content

Commit f2252b0

Browse files
committed
set macos sdk to 10.14
1 parent c3227d1 commit f2252b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ main() {
1212
xcodebuild \
1313
-workspace SQLiteMigrationManager.xcworkspace \
1414
-scheme 'SQLiteMigrationManager macOS' \
15-
-sdk macosx10.10 \
15+
-sdk macosx10.14 \
1616
-destination "arch=x86_64" \
1717
test
1818
swift build

0 commit comments

Comments
 (0)