diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dfad42..414f513 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: test: strategy: matrix: - os: [ macos-13, ubuntu-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout