Skip to content

Commit 977be0b

Browse files
authored
Update build.yml (#48)
* Update build.yml Set runner to macos-latest * Update SDKs in run-tests script
1 parent 1ae71f0 commit 977be0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: macos-10.15
12+
runs-on: macos-latest
1313

1414
steps:
1515
- uses: actions/checkout@v2

bin/run-tests

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ main() {
66
xcodebuild \
77
-workspace SQLiteMigrationManager.xcworkspace \
88
-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"\
1111
test
1212
xcodebuild \
1313
-workspace SQLiteMigrationManager.xcworkspace \
1414
-scheme "SQLiteMigrationManager macOS" \
15-
-sdk macosx11.1 \
15+
-sdk macosx13.1 \
1616
-destination "arch=x86_64" \
1717
test
1818
swift build

0 commit comments

Comments
 (0)