From be5f406ffb8e97b21aee153394bf76ab82faa424 Mon Sep 17 00:00:00 2001 From: taichi-ci-bot <96040685+taichi-ci-bot@users.noreply.github.com> Date: Fri, 7 Jan 2022 18:33:41 +0800 Subject: [PATCH 1/2] add rerun job --- .github/workflows/issue_comment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 7398d128a..5f8f46081 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -18,3 +18,5 @@ jobs: commands: | format benchmark + rebase + rerun From d92b50f64ddb5b403eae5fbfd4c0eae5a0a33cd6 Mon Sep 17 00:00:00 2001 From: yolo2themoon Date: Tue, 11 Jan 2022 17:18:36 +0800 Subject: [PATCH 2/2] [ci] Test macos-1015 --- .github/workflows/release.yml | 4 ++-- .github/workflows/testing.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6108f714a..6deb1107e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: strategy: fail-fast: false matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} - runs-on: macos-latest + runs-on: macos-10.15 steps: - uses: actions/checkout@v2 with: @@ -155,7 +155,7 @@ jobs: - name: Download Pre-Built LLVM 10.0.0 run: python misc/ci_download.py env: - CI_PLATFORM: macos-latest + CI_PLATFORM: macos-10.15 - name: Create Python Wheel run: | diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a02363def..854f4f58f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -231,7 +231,7 @@ jobs: strategy: matrix: include: - - os: macos-latest + - os: macos-10.15 python: 3.7 with_cc: OFF with_cpp_tests: ON @@ -412,7 +412,7 @@ jobs: strategy: matrix: include: - - os: macos-latest + - os: macos-10.15 python: 3.8 defaults: run: