Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-pyshnoi authored Apr 11, 2024
1 parent 607e247 commit 8bc395e
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ame: "SDWebImage CI"
name: "SDWebImage CI"

on:
push:
Expand Down Expand Up @@ -104,24 +104,12 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [iOS, macOS, tvOS]
platform: [visionOS]
include:
- platform: iOS
destination: platform=iOS Simulator,name=iPhone 15 Pro
scheme: iOS
flag: ios
- platform: macOS
destination: platform=macOS,arch=x86_64
scheme: Mac
flag: macos
- platform: tvOS
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 8bc395e

Please sign in to comment.