From 69830c2899a79c2c976e0b82410fcf24e3bb8dca Mon Sep 17 00:00:00 2001 From: Kevin McKee Date: Sat, 17 May 2025 13:03:36 -0700 Subject: [PATCH 1/2] Bumping Xcode version to match development --- .github/workflows/codeql.yml | 2 +- .github/workflows/swift.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c9ac704..c49aeb5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'security') env: - XCODE_VERSION: 'Xcode_16.2' + XCODE_VERSION: 'Xcode_16.3' name: Analyze (${{ matrix.language }}) # Runner size impacts CodeQL analysis time. To learn more, please see: diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 305a681..5620c27 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,7 +14,7 @@ jobs: build: env: - XCODE_VERSION: 'Xcode_16.2' + XCODE_VERSION: 'Xcode_16.3' runs-on: macos-15 From 5cde30b97786257dcd508ed0345d3aee7e0b5536 Mon Sep 17 00:00:00 2001 From: Kevin McKee Date: Sat, 17 May 2025 13:05:19 -0700 Subject: [PATCH 2/2] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17415de..c9562d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Build](https://github.com/codefiesta/VimKit/actions/workflows/swift.yml/badge.svg) -![Xcode 16.2+](https://img.shields.io/badge/Xcode-16.2%2B-gold.svg) +![Xcode 16.3+](https://img.shields.io/badge/Xcode-16.3%2B-gold.svg) ![Swift 6.0+](https://img.shields.io/badge/Swift-6.0%2B-tomato.svg) ![iOS 18.0+](https://img.shields.io/badge/iOS-18.0%2B-crimson.svg) ![visionOS 2.0+](https://img.shields.io/badge/visionOS-2.0%2B-magenta.svg)