mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
ci: disable macOS
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -47,7 +47,9 @@ jobs:
|
|||||||
continue-on-error: ${{ matrix.experimental }}
|
continue-on-error: ${{ matrix.experimental }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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]
|
rust: [1.45.0]
|
||||||
experimental: [false]
|
experimental: [false]
|
||||||
# include:
|
# include:
|
||||||
|
|||||||
Reference in New Issue
Block a user