From bca9886bc5e0d94702d54ed773c86e30d009e62d Mon Sep 17 00:00:00 2001 From: benedom <31181527+benedom@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:41:01 +0200 Subject: Update swift.yml --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 99a8734..64ae6ca 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: ios-latest steps: - uses: actions/checkout@v3 @@ -20,6 +20,6 @@ jobs: - name: Get swift version run: swift --version - name: Build - run: swift build -v + run: swift build -v - name: Run tests run: swift test -v -- cgit v1.2.3