Skip to content

Commit 193801c

Browse files
authored
Xcode 16.4 (#64)
1 parent 9ce9f96 commit 193801c

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.3'
21+
XCODE_VERSION: 'Xcode_16.4'
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
@@ -13,7 +13,7 @@ jobs:
1313

1414
build:
1515
env:
16-
XCODE_VERSION: 'Xcode_16.3'
16+
XCODE_VERSION: 'Xcode_16.4'
1717
runs-on: macos-15
1818

1919
steps:

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.3+](https://img.shields.io/badge/Xcode-16.3%2B-gold.svg)
2+
![Xcode 16.4+](https://img.shields.io/badge/Xcode-16.4%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)