Skip to content

Commit

Permalink
build(deps): refactor swift to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Sep 25, 2024
1 parent 7d450f4 commit eb35a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
# https://github.com/swiftlang/swift/releases
swift: ["6.0.0"]
swift: ["6.0"]
os: [macos-latest]
# https://developer.apple.com/documentation/xcode-release-notes
xcode: ["16.0"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-samples-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
# https://github.com/swiftlang/swift/releases
swift: ["6.0.0"]
swift: ["6.0"]
os: [macos-latest]
# https://developer.apple.com/documentation/xcode-release-notes
xcode: ["16.0"]
Expand Down

0 comments on commit eb35a40

Please sign in to comment.