Skip to content

Commit 64b4b90

Browse files
authored
Xcode 16.2 (#21)
1 parent 3c16371 commit 64b4b90

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
@@ -15,7 +15,7 @@ jobs:
1515
analyze:
1616

1717
env:
18-
XCODE_VERSION: 'Xcode_16.1'
18+
XCODE_VERSION: 'Xcode_16.2'
1919

2020
name: Analyze (${{ matrix.language }})
2121
# 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.1'
17+
XCODE_VERSION: 'Xcode_16.2'
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.1+](https://img.shields.io/badge/Xcode-16.1%2B-gold.svg)
2+
![Xcode 16.2+](https://img.shields.io/badge/Xcode-16.2%2B-gold.svg)
33
![Swift 6.0+](https://img.shields.io/badge/Swift-6.0%2B-tomato.svg)
44
![iOS 17.0+](https://img.shields.io/badge/iOS-17.0%2B-crimson.svg)
55
![macOS 15.0+](https://img.shields.io/badge/macOS-15.0%2B-skyblue.svg)

0 commit comments

Comments
 (0)