From 0568013034f2a18102fc24d6664411733a46e5b3 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sat, 30 Nov 2024 20:55:55 +0800 Subject: [PATCH] chore(CI): move `macOS` job to fast CI --- .github/workflows/ci.yaml | 6 +----- .github/workflows/fast_ci.yaml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5501e7ea..b4fde4f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: name: Strong CI on OS ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest ] + os: [ ubuntu-latest ] fail-fast: false max-parallel: 64 @@ -32,10 +32,6 @@ jobs: distribution: zulu cache: maven - - run: brew install gnu-sed - # https://docs.github.com/en/actions/learn-github-actions/variables#detecting-the-operating-system - # https://docs.github.com/en/actions/learn-github-actions/expressions - if: runner.os == 'macOS' - name: Run integration test run: scripts/integration_test - name: Run integration of demos diff --git a/.github/workflows/fast_ci.yaml b/.github/workflows/fast_ci.yaml index da8845e7..5f78f3a1 100644 --- a/.github/workflows/fast_ci.yaml +++ b/.github/workflows/fast_ci.yaml @@ -11,7 +11,7 @@ jobs: name: Fast CI on OS ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest, macos-latest ] fail-fast: false max-parallel: 64