commit 819aae9f2308de598102f4ba796be150bcbb0e23
parent 3c37a4f19a7b136dd549ead8ce4f88fc2af90463
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Thu, 10 Jun 2021 11:45:54 +0200
Is that how we do a matrix?
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
@@ -17,6 +17,7 @@ jobs:
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest, windows-latest, macos-latest
+ stategy: matrix
steps:
- uses: actions/checkout@v2