We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62bcea commit 92dca6eCopy full SHA for 92dca6e
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
# do not cancel other builds if one fails
9
fail-fast: false
10
matrix:
11
- os: [windows-2019, ubuntu-18.04, macos-10.15]
+ os: [windows-2019, ubuntu-18.04]
12
13
runs-on: ${{ matrix.os }}
14
timeout-minutes: 20
0 commit comments