We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161467f commit 572d5c1Copy full SHA for 572d5c1
1 file changed
.github/workflows/CI-unixish.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
compiler: [clang++, g++]
11
- os: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
+ os: [ubuntu-18.04, ubuntu-20.04]
12
fail-fast: false
13
14
runs-on: ${{ matrix.os }}
0 commit comments