fix(CI): disable macos-11.0 (#4283)

This commit is contained in:
Patrick Lewis
2021-01-15 01:48:28 -08:00
committed by GitHub
parent d237274a66
commit 8e0a48d43d

View File

@@ -73,7 +73,7 @@ jobs:
matrix:
os:
- macos-10.15
- macos-11.0
# - macos-11.0
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
needs: [build]