Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Oct 31, 2023
1 parent 9aa3c7a commit 8d33d28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

build_and_test_spm_mac:
needs: cancel_previous
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand All @@ -30,7 +30,7 @@ jobs:

build_and_test_ios:
needs: cancel_previous
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand All @@ -41,7 +41,7 @@ jobs:

build_and_test_tvos:
needs: cancel_previous
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand All @@ -51,7 +51,7 @@ jobs:

build_and_test_watchos:
needs: cancel_previous
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 8d33d28

Please sign in to comment.