From cdb7e4df48cdbf2219bcef9dcc9476fde1be359a Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Mon, 25 Apr 2022 17:29:29 +0800 Subject: [PATCH] ci: remove macos during github packages outage --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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