Skip to content

Commit

Permalink
use 6.0-noble for format check
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Nov 7, 2024
1 parent c4ffe59 commit e73ec8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python_lint_check_enabled: false
api_breakage_check_container_image: "swift:6.0-noble"
docs_check_container_image: "swift:6.0-noble"
format_check_container_image: "swiftlang/swift:nightly-6.0-jammy"
format_check_container_image: "swift:6.0-noble"

unit-tests:
name: Unit tests
Expand Down

0 comments on commit e73ec8e

Please sign in to comment.