diff --git a/.github/workflows/windows-latest.yml b/.github/workflows/windows-latest.yml index de4f5ef..656ad21 100644 --- a/.github/workflows/windows-latest.yml +++ b/.github/workflows/windows-latest.yml @@ -15,7 +15,7 @@ env: jobs: build: - runs-on: ${{ windows-latest }} + runs-on: windows-latest strategy: # Set fail-fast to false to ensure that feedback is delivered for all matrix combinations.