Skip to content

Commit

Permalink
Upgrade to Xcode 16 beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jul 27, 2024
1 parent 7afbcc8 commit 76d7945
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ x.y.z Release notes (yyyy-MM-dd)
* APIs are backwards compatible with all previous releases in the 10.x.y series.
* Carthage release for Swift is built with Xcode 15.4.0.
* CocoaPods: 1.10 or later.
* Xcode: 15.1.0-16 beta 3.
* Xcode: 15.1.0-16 beta 4.

### Internal
* Upgraded realm-core from v14.11.0 to 14.11.1
Expand Down Expand Up @@ -84,7 +84,7 @@ x.y.z Release notes (yyyy-MM-dd)
* APIs are backwards compatible with all previous releases in the 10.x.y series.
* Carthage release for Swift is built with Xcode 15.4.0.
* CocoaPods: 1.10 or later.
* Xcode: 15.1.0-15.4.0.
* Xcode: 15.1.0-16 beta 3.

### Internal

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ x.y.z Release notes (yyyy-MM-dd)
* APIs are backwards compatible with all previous releases in the 10.x.y series.
* Carthage release for Swift is built with Xcode 15.4.0.
* CocoaPods: 1.10 or later.
* Xcode: 15.1.0-15.4.0.
* Xcode: 15.1.0-16 beta 4.
### Internal
* Upgraded realm-core from ? to ?
Expand Down
2 changes: 1 addition & 1 deletion scripts/pr-ci-matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def action
# because they don't care about Xcode versions, while some others are latest-only
# because they're particularly slow to run.
module Workflows
XCODE_VERSIONS = %w(15.1 15.2 15.3 15.4 16\ beta)
XCODE_VERSIONS = %w(15.1 15.2 15.3 15.4 16\ beta\ 4)

all = ->(v) { true }
latest_only = ->(v) { v == XCODE_VERSIONS.last }
Expand Down

0 comments on commit 76d7945

Please sign in to comment.