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 name: Unit Test Windows
strategy: strategy:
matrix: matrix:
runs-on: windows-latest os: [windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Checkout - name: Checkout

Loading…
Cancel
Save