Update ci.yml

This commit is contained in:
Chris Boesch 2023-04-28 11:14:43 +00:00 committed by GitHub
parent 0302650acf
commit b903edd290

View file

@ -51,7 +51,8 @@ jobs:
name: Unit Test Windows
strategy:
matrix:
runs-on: windows-latest
os: [windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- name: Checkout