diff options
author | Ben <31181527+benedom@users.noreply.github.com> | 2023-10-19 15:19:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 15:19:09 +0200 |
commit | 23f7d40d699b600fe17fc88cb15830e3b1ebfb2b (patch) | |
tree | 5e62a2e33e88d802dae79db2e4cd13397e704011 | |
parent | 8898145c52ce32ce6ef5f160994ede103d0b2ed6 (diff) |
Update swift.yml
-rw-r--r-- | .github/workflows/swift.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index f5ae689..fdff5f4 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -18,7 +18,7 @@ jobs: xcode: - ^15 - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v3 |