From 2f61241be4c8c9323d3ef58b60151aad51919619 Mon Sep 17 00:00:00 2001 From: iGmainC <48195631+iGmainC@users.noreply.github.com> Date: Mon, 8 Aug 2022 23:55:49 +0800 Subject: [PATCH] Update book.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 18.04将要被弃用 --- .github/workflows/book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index fc66c0c..b1c44a8 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -13,7 +13,7 @@ on: - closed jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: Git checkout uses: actions/checkout@v2