Skip to content

Commit 817cd2d

Browse files
authored
Merge pull request #12 from ahoppen/fixed-format-version
Fix the version of swift-format being used in format check
2 parents ede60ab + 95a5a13 commit 817cd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soundness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: ${{ inputs.format_check_enabled }}
144144
runs-on: ubuntu-latest
145145
container:
146-
image: swiftlang/swift:nightly-6.0-jammy
146+
image: swift:6.0-jammy
147147
timeout-minutes: 10
148148
steps:
149149
- name: Checkout repository

0 commit comments

Comments
 (0)