Skip to content

Commit 20eec0e

Browse files
committed
Overrides windows-2019 input to use codebuild runner
1 parent 8bc6b82 commit 20eec0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-salt-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defaults:
3434

3535
jobs:
3636
test:
37-
runs-on: ${{ inputs.salt-os-version}}
37+
runs-on: ${{ inputs.salt-os-version == 'windows-2019' && fromJSON(format('["codebuild-salt-build-{0}-{1}", "image:windows-3.0", "image-size:medium"]', github.run_id, github.run_attempt)) || inputs.salt-os-version }}
3838
env:
3939
LC_ALL: en_US.utf8
4040
SALT_REPO_URL: ${{ format(inputs.salt-installer-url, inputs.salt-version) }}

0 commit comments

Comments
 (0)