From cd6ffdb4b39b2ed48875ac3dda9e5a94ff3ea146 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Fri, 3 May 2024 08:01:10 +0200 Subject: [PATCH 1/2] Bump Nimble v13.3.0 --- Carthage/Checkouts/Nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carthage/Checkouts/Nimble b/Carthage/Checkouts/Nimble index c93f16c25..1c49fc124 160000 --- a/Carthage/Checkouts/Nimble +++ b/Carthage/Checkouts/Nimble @@ -1 +1 @@ -Subproject commit c93f16c25af5770f0d3e6af27c9634640946b068 +Subproject commit 1c49fc1243018f81a7ea99cb5e0985b00096e9f4 From 5e6aba6f55fee3167c814e3eb19a3873a27b7688 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Sat, 10 May 2025 07:12:43 +0200 Subject: [PATCH 2/2] MacOS 14 --- .github/workflows/BuildPR.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 5303b27fb..e18ae9de6 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -16,6 +16,10 @@ jobs: os : [ macOS-13 ] xcode: [ 14.1, 14.2, 15.1, 15.2 ] arch: [ x86_64 ] + include: + - xcode: 16.2.0 + os: macos-14 + arch: arm64 steps: - name: ls Xcode run: ls -la /Applications/Xcode*