From a90d08ffe3bb4f1c0e759310d297c1515c183468 Mon Sep 17 00:00:00 2001 From: Bane Sullivan Date: Thu, 10 Feb 2022 12:05:09 -0700 Subject: [PATCH] Update local.yml --- .github/workflows/local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 0fcdd6b..0e7bcc8 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-2019, windows-2022] runs-on: ${{ matrix.os }} steps: - name: Checkout