File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
build :
11
11
12
- runs-on : macos-10.15
12
+ runs-on : macos-latest
13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ main() {
6
6
xcodebuild \
7
7
-workspace SQLiteMigrationManager.xcworkspace \
8
8
-scheme " SQLiteMigrationManager iOS" \
9
- -sdk iphonesimulator14.4 \
10
- -destination " platform=iOS Simulator,name=iPhone 12,OS=14.4 " \
9
+ -sdk iphonesimulator16.2 \
10
+ -destination " platform=iOS Simulator,name=iPhone 12,OS=16.2 " \
11
11
test
12
12
xcodebuild \
13
13
-workspace SQLiteMigrationManager.xcworkspace \
14
14
-scheme " SQLiteMigrationManager macOS" \
15
- -sdk macosx11 .1 \
15
+ -sdk macosx13 .1 \
16
16
-destination " arch=x86_64" \
17
17
test
18
18
swift build
You can’t perform that action at this time.
0 commit comments