aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/swift.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml
index 64ae6ca..b7076e5 100644
--- a/.github/workflows/swift.yml
+++ b/.github/workflows/swift.yml
@@ -12,14 +12,12 @@ on:
jobs:
build:
- runs-on: ios-latest
+ runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v1
- name: Get swift version
run: swift --version
- - name: Build
- run: swift build -v
- - name: Run tests
- run: swift test -v
+ - name: Build and test
+ run: xcodebuild test -scheme SwiftyCrop -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest'