From 98b7b6cf9d992c8a30074015484b55930d75a4c6 Mon Sep 17 00:00:00 2001 From: Regis Caillaud Date: Mon, 21 Oct 2024 10:12:47 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90d8ff9..8c2fe4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,16 @@ on: jobs: tests: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: nim: - '2.0.x' - 'stable' - devel + os: + - ubuntu-latest + - macOS-latest steps: - uses: actions/checkout@v4