We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55152f commit 05e6988Copy full SHA for 05e6988
.github/workflows/swift_package_test.yml
@@ -176,9 +176,9 @@ jobs:
176
run: ${{ inputs.linux_build_command }} ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}
177
178
windows-build:
179
- name: Windows (${{ matrix.swift_version }} - 'windows-2022')
+ name: Windows (${{ matrix.swift_version }} - windows-2022)
180
if: ${{ inputs.enable_windows_checks }}
181
- runs-on: 'windows-2022'
+ runs-on: windows-2022
182
strategy:
183
fail-fast: false
184
matrix:
0 commit comments