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 diff --git a/README.md b/README.md index 1fb1b3d..8ea4bff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Build](https://github.com/codefiesta/OAuthKit/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) ![macOS 15.0+](https://img.shields.io/badge/macOS-15.0%2B-skyblue.svg)