From 03de71a9e62d75b46b5a658599c94445b99a8468 Mon Sep 17 00:00:00 2001 From: Anthony Drendel Date: Fri, 26 Jun 2026 15:29:08 +0200 Subject: [PATCH 1/2] Update JSON to v2.0.0 --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index bbe3297..74eca3b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/shareup/json-apple.git", "state" : { - "revision" : "56349651398f4fc08067f44d4558569182f5ea36", - "version" : "1.4.1" + "revision" : "05c5b7837c7a56d957889c6c02b509e408120631", + "version" : "2.0.0" } }, { diff --git a/Package.swift b/Package.swift index e2ba405..ed16dc3 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( ), .package( url: "https://github.com/shareup/json-apple.git", - from: "1.4.1" + from: "2.0.0" ), .package( url: "https://github.com/apple/swift-collections.git", From 8b8e642226b64e881a13da095d6d367afd66056b Mon Sep 17 00:00:00 2001 From: Anthony Drendel Date: Fri, 26 Jun 2026 15:30:09 +0200 Subject: [PATCH 2/2] Update GitHub Actions CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee10ff3..c8358ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,11 @@ on: push jobs: test: - runs-on: macos-15 + runs-on: macos-26 steps: - uses: actions/checkout@v4 - name: Select Xcode 26 - run: sudo xcode-select -s /Applications/Xcode_26.3.app + run: sudo xcode-select -s /Applications/Xcode_26.5.app - name: Test run: swift test