Skip to content

Commit

Permalink
Remove macos-14 from ci platform
Browse files Browse the repository at this point in the history
I don't know why macos-14 build job is often cancelled.

Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Mar 30, 2024
1 parent bc87898 commit 926c9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 926c9cc

Please sign in to comment.