From dda69eeab2cc414045bdf159d8527f8bfd7ec1ad Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 22 Aug 2022 22:14:46 +0900 Subject: [PATCH] Remove uses of GitHub-hosted ubuntu-18.04 runner Refs: https://github.com/actions/runner-images/issues/6002 --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56707a43..1f47851d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,10 +32,6 @@ jobs: # Nextest supports basic version ranges as well - nextest@0.9 include: - # Note: mdBook binary is incompatible with ubuntu 18.04, - # see https://github.com/rust-lang/mdBook/issues/1779 - - os: ubuntu-18.04 - tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cross,nextest,protoc,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,mdbook-linkcheck,cargo-watch - os: macos-11 tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cargo-udeps,cross,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch - os: windows-2019