Skip to content

Commit eb35a40

Browse files
committed
build(deps): refactor swift to 6.0
1 parent 7d450f4 commit eb35a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
# https://github.com/swiftlang/swift/releases
44-
swift: ["6.0.0"]
44+
swift: ["6.0"]
4545
os: [macos-latest]
4646
# https://developer.apple.com/documentation/xcode-release-notes
4747
xcode: ["16.0"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
# https://github.com/swiftlang/swift/releases
44-
swift: ["6.0.0"]
44+
swift: ["6.0"]
4545
os: [macos-latest]
4646
# https://developer.apple.com/documentation/xcode-release-notes
4747
xcode: ["16.0"]

0 commit comments

Comments
 (0)