Skip to content
Snippets Groups Projects
Commit c8a46332 authored by maxgerhardt's avatar maxgerhardt
Browse files

Run CI on Windows + Linux

parent 8814ee7e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,11 @@ on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Cache pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment