Switch from macos-10.15 (deprecated) to macos-11

This commit is contained in:
Peter Dimov
2022-07-22 20:44:54 +03:00
parent dfa3c7311f
commit 3abe5de533

View File

@ -80,7 +80,7 @@ jobs:
compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04, stdlib: libc++, install: 'clang-12 libc++-12-dev libc++abi-12-dev' }
# OSX, clang
- { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-10.15, sanitize: yes }
- { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11, sanitize: yes }
timeout-minutes: 120
runs-on: ${{matrix.os}}