Skip to content

Commit

Permalink
Use Xcode 16.1 beta for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Aug 26, 2024
1 parent 091effc commit aa95d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
platform: "tvOS"
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
- os: macos-14
xcode: 16.0-beta
xcode: 16.1-beta
platform: "iOS Simulator,OS=18.0,name=iPhone 15 Pro"
- os: macos-14
xcode: 16.0-beta
xcode: 16.1-beta
platform: "macOS"
- os: macos-14
xcode: 16.0-beta
xcode: 16.1-beta
platform: "macOS,variant=Mac Catalyst"

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

0 comments on commit aa95d39

Please sign in to comment.