From be78916e9e7f9c67170a7b7cc02c7e40b56f5a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 5 Oct 2019 12:58:19 +0200 Subject: [PATCH] strategy.matrix.runs-on --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 890c77f..416199a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: CI on: push jobs: smoke-test: - runs-on: [ubuntu-latest, macos-latest, windows-latest] + strategy: + matrix: + runs-on: [4.x, 6.x, 8.x, 9.x, 10.x, 11.x, 12.x] steps: - uses: actions/checkout@v1 - uses: .