Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Mar 4, 2024
1 parent 8bb52ba commit bf35fd1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

build_and_test_spm_mac:
needs: cancel_previous
runs-on: macos-14.2
runs-on: macos-14.1
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

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

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

build_and_test_watchos:
needs: cancel_previous
runs-on: macos-14.2
runs-on: macos-14.1
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand All @@ -88,7 +88,7 @@ jobs:

build_and_test_examples:
needs: cancel_previous
runs-on: macos-14.2
runs-on: macos-14.1
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit bf35fd1

Please sign in to comment.