diff options
author | benedom <31181527+benedom@users.noreply.github.com> | 2023-10-19 14:41:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 14:41:01 +0200 |
commit | bca9886bc5e0d94702d54ed773c86e30d009e62d (patch) | |
tree | b91e35d0fb19c0a70d2ee63273a1ff41fab8e42e /.github | |
parent | bc9eeca0535db43947ec4b156f87870c9484670d (diff) |
Update swift.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/swift.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |