Skip to content

Commit

Permalink
ci: Bump Xcode 15.2 to 15.4 (#4255)
Browse files Browse the repository at this point in the history
Bump Xcode 15.2 to 15.4 on for jobs running on macos-14.
  • Loading branch information
philipphofmann authored Aug 8, 2024
1 parent 3603565 commit 92bc771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# iOS 17
- runs-on: macos-14
platform: "iOS"
xcode: "15.2"
xcode: "15.4"
test-destination-os: "17.2"
device: "iPhone 15"

Expand All @@ -113,15 +113,15 @@ jobs:
# macOS 14
- runs-on: macos-14
platform: "macOS"
xcode: "15.2"
xcode: "15.4"
test-destination-os: "latest"

# Catalyst. We only test the latest version, as
# the risk something breaking on Catalyst and not
# on an older iOS or macOS version is low.
- runs-on: macos-14
platform: "Catalyst"
xcode: "15.2"
xcode: "15.4"
test-destination-os: "latest"

# tvOS 15
Expand All @@ -133,13 +133,13 @@ jobs:
# tvOS 16
- runs-on: macos-13
platform: "tvOS"
xcode: "14.3"
xcode: "14.3.1"
test-destination-os: "17.2"

# tvOS 17
- runs-on: macos-14
platform: "tvOS"
xcode: "15.2"
xcode: "15.4"
test-destination-os: "17.5"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
device: "iPhone 14 (16.4)"

- runs-on: macos-14
xcode: "15.2"
xcode: "15.4"
device: "iPhone 15 (17.2)"

steps:
Expand Down

0 comments on commit 92bc771

Please sign in to comment.