diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml
index abe0bb4c97..a8b6902f63 100644
--- a/.github/workflows/publish-release.yml
+++ b/.github/workflows/publish-release.yml
@@ -1,8 +1,8 @@
name: Publish release
on: workflow_dispatch
env:
- XCODE_VERSION: "['15.3', '15.4', '16_beta_6', '16.1_beta']"
- TEST_XCODE_VERSION: '15.4'
+ XCODE_VERSION: "['15.3', '15.4', '16', '16.1_beta_3']"
+ TEST_XCODE_VERSION: '16'
jobs:
prepare:
runs-on: ubuntu-latest
@@ -33,7 +33,7 @@ jobs:
tag_exists_error: false
message: ""
publish-docs:
- runs-on: macos-latest
+ runs-on: macos-15
name: Publish docs to S3 Bucket
needs: tag-release
env:
@@ -49,7 +49,7 @@ jobs:
- name: Publish docs
run: bundle exec sh -x build.sh publish-docs ${{ github.sha }}
create-release:
- runs-on: macos-latest
+ runs-on: macos-15
name: Create github release
needs: [tag-release, prepare]
env:
@@ -62,7 +62,7 @@ jobs:
- name: Create Github release
run: bundle exec ./build.sh publish-github ${{ github.sha }}
publish-cocoapods:
- runs-on: macos-latest
+ runs-on: macos-15
name: Publish Cocoapods specs
needs: [tag-release, prepare]
env:
@@ -75,7 +75,7 @@ jobs:
- name: Publish
run: bundle exec ./build.sh publish-cocoapods v${{ needs.prepare.outputs.VERSION }}
update-checker:
- runs-on: macos-latest
+ runs-on: macos-15
name: Update to latest version update checker file
needs: tag-release
env:
@@ -89,7 +89,7 @@ jobs:
- run: brew install s3cmd
- run: bundle exec ./build.sh publish-update-checker
test-installation:
- runs-on: macos-14
+ runs-on: macos-15
name: Run installation test for ${{ matrix.platform }}, ${{ matrix.installation }} and ${{ matrix.linkage }}
needs: [create-release, prepare, publish-cocoapods]
strategy:
@@ -133,10 +133,10 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ env.TEST_XCODE_VERSION }}
- - name: Set REALM_TEST_RELEASE
- run: echo "REALM_TEST_RELEASE=${{ needs.prepare.outputs.VERSION }}" >> $GITHUB_ENV
- name: Run installation test
uses: nick-fields/retry@v3
+ env:
+ REALM_TEST_RELEASE: ${{ needs.prepare.outputs.VERSION }}
with:
command: |
cd examples/installation
@@ -146,7 +146,7 @@ jobs:
retry_wait_seconds: 60
retry_on: error
post-slack-release:
- runs-on: macos-latest
+ runs-on: macos-15
name: Publish to release Slack channel
needs: [create-release, prepare, publish-cocoapods, update-checker, publish-docs]
env:
@@ -166,7 +166,7 @@ jobs:
webhook-url: ${{ env.WEBHOOK_URL }}
version: ${{ needs.prepare.outputs.VERSION }}
add-empty-changelog:
- runs-on: macos-latest
+ runs-on: macos-15
permissions:
contents: write
name: Add empty changelog and commits/push it
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f19c3ba3e7..242737ba5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-x.y.z Release notes (yyyy-MM-dd)
+10.54.1 Release notes (2024-10-22)
=============================================================
### Enhancements
* None.
diff --git a/Package.swift b/Package.swift
index 643569ae15..c224c6495c 100644
--- a/Package.swift
+++ b/Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
import Foundation
let coreVersion = Version("14.13.1")
-let cocoaVersion = Version("10.54.0")
+let cocoaVersion = Version("10.54.1")
#if compiler(>=6)
let swiftVersion = [SwiftVersion.version("6")]
diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist
index c8231722c1..ac3aa3c8db 100644
--- a/Realm/Realm-Info.plist
+++ b/Realm/Realm-Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 10.54.0
+ 10.54.1
CFBundleSignature
????
CFBundleVersion
- 10.54.0
+ 10.54.1
NSHumanReadableCopyright
Copyright © 2014-2021 Realm. All rights reserved.
NSPrincipalClass
diff --git a/dependencies.list b/dependencies.list
index d0f55f3869..8ce40d6816 100755
--- a/dependencies.list
+++ b/dependencies.list
@@ -1,3 +1,3 @@
-VERSION=10.54.0
+VERSION=10.54.1
REALM_CORE_VERSION=v14.13.1
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a