From f938d5e21c6cf46060f8546a26fc97c66688560d Mon Sep 17 00:00:00 2001 From: Travis Hunter Date: Fri, 15 Mar 2024 12:41:12 -0600 Subject: [PATCH] fix typo in windows-latest.yml action --- .github/workflows/windows-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.