Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
garriguv committed Sep 20, 2023
2 parents cacd16c + 977be0b commit b82ebfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: macos-10.15
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions bin/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ main() {
xcodebuild \
-workspace SQLiteMigrationManager.xcworkspace \
-scheme "SQLiteMigrationManager iOS" \
-sdk iphonesimulator14.4 \
-destination "platform=iOS Simulator,name=iPhone 12,OS=14.4"\
-sdk iphonesimulator16.2 \
-destination "platform=iOS Simulator,name=iPhone 12,OS=16.2"\
test
xcodebuild \
-workspace SQLiteMigrationManager.xcworkspace \
-scheme "SQLiteMigrationManager macOS" \
-sdk macosx11.1 \
-sdk macosx13.1 \
-destination "arch=x86_64" \
test
swift build
Expand Down

0 comments on commit b82ebfa

Please sign in to comment.