From 4f7c2c3ff65b4c43d5b7a778f1a6562f8f445b1c Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Mon, 16 Sep 2024 13:36:48 +0200 Subject: [PATCH] Linux only --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f7bc67..6cd0af7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + # os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] steps: - uses: actions/checkout@v4