Bump macos

This commit is contained in:
Tatsuhiro Tsujikawa 2022-04-03 21:56:47 +09:00
parent aca0573bed
commit f277dafe1e
1 changed files with 3 additions and 3 deletions

View File

@ -8,17 +8,17 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, macos-10.15] os: [ubuntu-20.04, macos-11]
compiler: [gcc, clang] compiler: [gcc, clang]
buildtool: [autotools, cmake] buildtool: [autotools, cmake]
http3: [http3, no-http3] http3: [http3, no-http3]
openssl: [openssl1, openssl3] openssl: [openssl1, openssl3]
exclude: exclude:
- os: macos-10.15 - os: macos-11
openssl: openssl3 openssl: openssl3
- http3: no-http3 - http3: no-http3
openssl: openssl3 openssl: openssl3
- os: macos-10.15 - os: macos-11
compiler: gcc compiler: gcc
steps: steps: