Skip to content

Commit

Permalink
Merge pull request #920 from openzim/add-windows-2022-ci
Browse files Browse the repository at this point in the history
Add windows-2022 to CI
  • Loading branch information
kelson42 authored Aug 23, 2024
2 parents 4549301 + da05d3a commit 00b8064
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 00b8064

Please sign in to comment.