update test

This commit is contained in:
Quentin Legot 2023-03-21 08:41:15 +01:00
parent 85d616506d
commit 2570163571

View File

@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# and run on both Linux and Windows # and run on both Linux and Windows
os: [ubuntu-latest, windows-2022] os: [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: checkout repository - name: checkout repository