Update ci.yml

pull/2/head
Chris Boesch 1 year ago committed by GitHub
parent 0302650acf
commit b903edd290

@ -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

Loading…
Cancel
Save