diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac27307..6ce96fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [ubuntu-latest] steps: # Install dependencies, then install HELICS from source - name: Install dependencies (Linux)