Skip to content

Commit

Permalink
Add windows-2022 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Aug 23, 2024
1 parent 4549301 commit da05d3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,13 @@ jobs:
WAIT_TIME_FACTOR_TEST: 10

Windows:
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
os:
- windows-2019
- windows-2022
runs-on: ${{ matrix.os }}

steps:
- name: Harden Runner
Expand Down

0 comments on commit da05d3a

Please sign in to comment.