Skip to content

Commit e73ec8e

Browse files
committed
use 6.0-noble for format check
1 parent c4ffe59 commit e73ec8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python_lint_check_enabled: false
1515
api_breakage_check_container_image: "swift:6.0-noble"
1616
docs_check_container_image: "swift:6.0-noble"
17-
format_check_container_image: "swiftlang/swift:nightly-6.0-jammy"
17+
format_check_container_image: "swift:6.0-noble"
1818

1919
unit-tests:
2020
name: Unit tests

0 commit comments

Comments
 (0)