Skip to content

Commit 336aeee

Browse files
authored
Merge pull request #21 from swiftlang/fb-format-image
2 parents 94aa4cb + 36f58df commit 336aeee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/soundness.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ on:
4343
type: boolean
4444
description: "Boolean to enable the format check job. Defaults to true."
4545
default: true
46+
format_check_container_image:
47+
type: string
48+
description: "Container image for the format check job. Defaults to latest Swift Ubuntu image."
49+
default: "swift:6.0-noble"
4650
shell_check_enabled:
4751
type: boolean
4852
description: "Boolean to enable the shell check job. Defaults to true."
@@ -147,7 +151,7 @@ jobs:
147151
if: ${{ inputs.format_check_enabled }}
148152
runs-on: ubuntu-latest
149153
container:
150-
image: swift:6.0-jammy
154+
image: ${{ inputs.format_check_container_image }}
151155
timeout-minutes: 10
152156
steps:
153157
- name: Checkout repository

0 commit comments

Comments
 (0)