commit | d6f70ae45915f324a9cb951e75e2e5050be6c46a | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 29 22:13:44 2021 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 29 22:13:44 2021 +0200 |
tree | 8d91a7aaf4f8d2e23fe29803631053f24383cd46 | |
parent | 6beca9d16ce4ad6403c00237ec9828df6e04d081 [diff] |
Actually run GH workflows on different OS Change-Id: Ib96a13ea388ec4e8dc46e5baddb874fe5aea161e
diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 78e1bf8..6c82e1c 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml
@@ -8,7 +8,7 @@ pull_request: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest']