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: