Skip to content

Commit

Permalink
build(deps): downgrade swift to 5.10.1
Browse files Browse the repository at this point in the history
- swift-actions/setup-swift does not yet support swift 6.0 swift-actions/setup-swift#684 swift-actions/setup-swift#683
  • Loading branch information
Aaron-Ritter committed Sep 25, 2024
1 parent eb35a40 commit 0d96a16
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"]
swift: ["5.10.1"]
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"]
swift: ["5.10.1"]
os: [macos-latest]
# https://developer.apple.com/documentation/xcode-release-notes
xcode: ["16.0"]
Expand Down

0 comments on commit 0d96a16

Please sign in to comment.