Skip to content

Commit

Permalink
Update testing-matrix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Nov 12, 2024
1 parent d609e81 commit 5e7cb74
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-14
xcode: 16.1
platform: "iOS Simulator,OS=18.1,name=iPhone 16 Pro"
- os: macos-14
xcode: 16.1
platform: "macOS"
- os: macos-14
xcode: 16.1
platform: "macOS,variant=Mac Catalyst"

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

0 comments on commit 5e7cb74

Please sign in to comment.