Skip to content

Commit

Permalink
build(deps): bump swift to 6.0.0 and xcode to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Sep 25, 2024
1 parent cf8d7fd commit 7d450f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["5.10.1"]
# https://github.com/swiftlang/swift/releases
swift: ["6.0.0"]
os: [macos-latest]
xcode: ["15.4"]
# https://developer.apple.com/documentation/xcode-release-notes
xcode: ["16.0"]
language: [swift]
build-mode: [manual]
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/codeql-samples-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["5.10.1"]
# https://github.com/swiftlang/swift/releases
swift: ["6.0.0"]
os: [macos-latest]
xcode: ["15.4"]
# https://developer.apple.com/documentation/xcode-release-notes
xcode: ["16.0"]
language: [swift]
build-mode: [manual]
destination:
Expand Down

0 comments on commit 7d450f4

Please sign in to comment.