Skip to content

Commit 6225971

Browse files
authored
Xcode 16.3 (#25)
1 parent 19c9d97 commit 6225971

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'security')
1919

2020
env:
21-
XCODE_VERSION: 'Xcode_16.2'
21+
XCODE_VERSION: 'Xcode_16.3'
2222

2323
name: Analyze (${{ matrix.language }})
2424
# Runner size impacts CodeQL analysis time. To learn more, please see:

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515

1616
env:
17-
XCODE_VERSION: 'Xcode_16.2'
17+
XCODE_VERSION: 'Xcode_16.3'
1818

1919
runs-on: macos-15
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Build](https://github.com/codefiesta/OAuthKit/actions/workflows/swift.yml/badge.svg)
2-
![Xcode 16.2+](https://img.shields.io/badge/Xcode-16.2%2B-gold.svg)
2+
![Xcode 16.3+](https://img.shields.io/badge/Xcode-16.3%2B-gold.svg)
33
![Swift 6.0+](https://img.shields.io/badge/Swift-6.0%2B-tomato.svg)
44
![iOS 18.0+](https://img.shields.io/badge/iOS-18.0%2B-crimson.svg)
55
![macOS 15.0+](https://img.shields.io/badge/macOS-15.0%2B-skyblue.svg)

0 commit comments

Comments
 (0)