Skip to content

Commit c36ef4e

Browse files
authored
Use swift:6.2-noble container image in format.yml
This ensures we use the latest version of `swift-format`
1 parent e0ce4e3 commit c36ef4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111
container:
12-
image: swift:6.0.1-jammy
12+
image: swift:6.2-noble
1313
steps:
1414
- uses: actions/checkout@v4
1515
- run: ./Utilities/format.py

0 commit comments

Comments
 (0)