Use macos-11 instead of deprecated macos-10.15

Refs: https://github.com/actions/virtual-environments/issues/5583
This commit is contained in:
Taiki Endo
2022-07-21 21:58:15 +09:00
parent daa62f7ff1
commit fb59c794dd

View File

@@ -36,7 +36,7 @@ jobs:
# see https://github.com/rust-lang/mdBook/issues/1779
- os: ubuntu-18.04
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,cargo-watch
- os: macos-10.15
- os: macos-11
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,cargo-watch
- os: windows-2019
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,cargo-watch