Skip to content

Commit 7d450f4

Browse files
committed
build(deps): bump swift to 6.0.0 and xcode to 16.0
1 parent cf8d7fd commit 7d450f4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/codeql-package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
swift: ["5.10.1"]
43+
# https://github.com/swiftlang/swift/releases
44+
swift: ["6.0.0"]
4445
os: [macos-latest]
45-
xcode: ["15.4"]
46+
# https://developer.apple.com/documentation/xcode-release-notes
47+
xcode: ["16.0"]
4648
language: [swift]
4749
build-mode: [manual]
4850
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,

.github/workflows/codeql-samples-quickstart.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
swift: ["5.10.1"]
43+
# https://github.com/swiftlang/swift/releases
44+
swift: ["6.0.0"]
4445
os: [macos-latest]
45-
xcode: ["15.4"]
46+
# https://developer.apple.com/documentation/xcode-release-notes
47+
xcode: ["16.0"]
4648
language: [swift]
4749
build-mode: [manual]
4850
destination:

0 commit comments

Comments
 (0)