Skip to content

Commit

Permalink
Try to fix the GitHub CI again because of macOS 14.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed May 7, 2024
1 parent cb75c08 commit bff4d78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
macOSDestination: platform=macOS,arch=x86_64
macCatalystDestination: platform=macOS,arch=x86_64,variant=Mac Catalyst
tvOSDestination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
watchOSDestination: platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)
watchOSDestination: platform=watchOS Simulator,name=Apple Watch Ultra (49mm)
visionOSDestination: platform=visionOS Simulator,name=Apple Vision Pro
steps:
- name: Checkout
Expand Down Expand Up @@ -117,10 +117,10 @@ jobs:
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
scheme: TV
flag: tvos
# - platform: visionOS
# destination: platform=visionOS Simulator,name=Apple Vision Pro
# scheme: Vision
# flag: visionos
- platform: visionOS
destination: platform=visionOS Simulator,name=Apple Vision Pro
scheme: Vision
flag: visionos
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit bff4d78

Please sign in to comment.