From b11707d26124584855ca0ad9bcb698d6d5e435f0 Mon Sep 17 00:00:00 2001 From: Ben <31181527+benedom@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:06:02 +0200 Subject: Update swift.yml --- .github/workflows/swift.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github/workflows') 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' -- cgit v1.2.3