Skip to content

Commit 05e6988

Browse files
authored
Update swift_package_test.yml
1 parent b55152f commit 05e6988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ jobs:
176176
run: ${{ inputs.linux_build_command }} ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}
177177

178178
windows-build:
179-
name: Windows (${{ matrix.swift_version }} - 'windows-2022')
179+
name: Windows (${{ matrix.swift_version }} - windows-2022)
180180
if: ${{ inputs.enable_windows_checks }}
181-
runs-on: 'windows-2022'
181+
runs-on: windows-2022
182182
strategy:
183183
fail-fast: false
184184
matrix:

0 commit comments

Comments
 (0)