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