diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee306e5..4c1620a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - # os: [ubuntu-latest, macos-latest] steps: - name: Checkout code @@ -42,11 +41,9 @@ jobs: test: name: Test (${{ matrix.os }}) runs-on: ${{ matrix.os }} - needs: build strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - # os: [ubuntu-latest, macos-latest] steps: - name: Checkout code