fix typo in windows-latest.yml action

This commit is contained in:
Travis Hunter 2024-03-15 12:41:12 -06:00
parent 78bfecd8a3
commit f938d5e21c

View File

@ -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.