Skip to content

Commit

Permalink
test with Windows 2019 and 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Aug 19, 2023
1 parent f109fe5 commit 62a9ec2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -23,7 +23,13 @@ defaults:

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

steps:
- name: Show environment variables
Expand Down

0 comments on commit 62a9ec2

Please sign in to comment.