From 3e42e4b8e61b1f825f8854e97a074df7c7ccb84e Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Mon, 16 Sep 2024 15:21:10 +0200 Subject: [PATCH] Enable mac OS --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cd0af7..3b0647e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # os: [ubuntu-latest, macos-latest] - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v4