Skip to content

Commit

Permalink
Update testing platforms (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie authored Nov 13, 2024
1 parent a4776c6 commit db18fa9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,22 @@ jobs:
- os: macos-14
xcode: 15.4
platform: "macOS,variant=Mac Catalyst"
- os: macos-14
xcode: 15.4
platform: "visionOS Simulator,name=Apple Vision Pro" # visionOS 1.2
- os: macos-14
xcode: 15.4
platform: "tvOS Simulator,name=Apple TV"
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
- os: macos-15
xcode: 16.1
platform: "iOS Simulator,OS=18.1,name=iPhone 16 Pro"
- os: macos-15
xcode: 16.1
platform: "macOS"
- os: macos-15
xcode: 16.1
platform: "macOS,variant=Mac Catalyst"

runs-on: ${{ matrix.os }}
timeout-minutes: 30
Expand Down

0 comments on commit db18fa9

Please sign in to comment.