From 498880d87408c5995a6bf5d26282b685246e4d3d Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 19 Sep 2020 03:19:48 +0300 Subject: [PATCH] ci: disable macOS --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdcc3f4a8..f1065087e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,9 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + # macOS disabled due to random failures related to caching + #os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest] rust: [1.45.0] experimental: [false] # include: