Merge pull request #1933 from deltachat/macos

ci: disable macOS
This commit is contained in:
bjoern
2020-09-19 11:51:38 +02:00
committed by GitHub

View File

@@ -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: