From 198fb1c6820a570a9103750b6b368a20b9d50038 Mon Sep 17 00:00:00 2001 From: utzcoz Date: Sun, 31 Mar 2024 02:07:00 +0800 Subject: [PATCH] Remove macos-14 from ci platform I don't know why macos-14 build job is often cancelled. Signed-off-by: utzcoz --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43470e0..41671ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-2022, macos-13, macos-14] + os: [ubuntu-latest, windows-2022, macos-13] bzlmod: [true, false] runs-on: ${{ matrix.os }} steps: @@ -39,7 +39,7 @@ jobs: integration-tests: strategy: matrix: - os: [ubuntu-latest, windows-2022, macos-13, macos-14] + os: [ubuntu-latest, windows-2022, macos-13] bzlmod: [ true, false ] runs-on: ${{ matrix.os }} steps: