From 2031b0287f2cffc294318b54d1335f14f7ac71cc Mon Sep 17 00:00:00 2001 From: Robert MacEachern Date: Tue, 29 Oct 2024 14:46:29 -0500 Subject: [PATCH] Bump CI Xcode to 15.4 (from 15.1) --- .github/workflows/env.properties | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/env.properties b/.github/workflows/env.properties index d1fa2bd69..147054340 100644 --- a/.github/workflows/env.properties +++ b/.github/workflows/env.properties @@ -1 +1 @@ -xcode_version=15.1 +xcode_version=15.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f8d843e..6591cd3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Internal +- Bump CI Xcode version to 15.4. + # Past Releases ## [4.3.0] - 2024-09-18