diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a45c7220..a76134867 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CI (Desktop) +name: CI on: pull_request: push: @@ -65,7 +65,7 @@ jobs: strategy: fail-fast: true matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, windows-latest] steps: - name: Checkout repository uses: actions/checkout@v2 @@ -108,7 +108,7 @@ jobs: needs: build-rust strategy: matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, windows-latest] steps: - name: Checkout repository uses: actions/checkout@v2