Skip to content

Commit

Permalink
Temporary disabled macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Nov 15, 2023
1 parent def2291 commit d4a66cf
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ jobs:
- uses: actions/checkout@v2
- name: Run Tests
run: |
chmod +X Scripts/test.sh
Scripts/test.sh -s "SwiftLocation" -d "OS=16.4,name=iPhone 14 Pro"
macos-latest:
name: Unit Tests (macOS, Xcode 14.3.1)
runs-on: macOS-13
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: Scripts/test.sh -d "platform=macOS"
# macos-latest:
# name: Unit Tests (macOS, Xcode 14.3.1)
# runs-on: macOS-13
# env:
# DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
# steps:
# - uses: actions/checkout@v2
# - name: Run Tests
# run: Scripts/test.sh -d "platform=macOS"
tvos-latest:
name: Unit Tests (tvOS 16.4, Xcode 14.3.1)
runs-on: macOS-13
Expand All @@ -42,5 +41,4 @@ jobs:
- uses: actions/checkout@v2
- name: Run Tests
run: |
chmod +X Scripts/test.sh
Scripts/test.sh -s "SwiftLocation" -d "OS=16.4,name=Apple TV"

0 comments on commit d4a66cf

Please sign in to comment.