Update ci.yml

This commit is contained in:
Chris Boesch 2023-04-28 11:17:57 +00:00 committed by GitHub
parent b903edd290
commit c74c542372

View file

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