diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9fc9c82d..8508f51d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,10 +17,10 @@ jobs: conf: - name: Clang flags: -c clang - max_warnings: 39 + max_warnings: 38 - name: GCC-9 flags: -c gcc -v 9 - max_warnings: 58 + max_warnings: 57 steps: - uses: actions/checkout@v2 - name: Install C++ compiler and libraries