From 7ac39f171066c8865a4677f72690458fd67ec044 Mon Sep 17 00:00:00 2001 From: Andy Clinton <42758990+Pinkdoge@users.noreply.github.com> Date: Sun, 4 Jul 2021 23:24:53 +0800 Subject: [PATCH] Actions:fix build bug --- .github/workflows/actions_recovery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions_recovery.yml b/.github/workflows/actions_recovery.yml index ce86906..efab097 100644 --- a/.github/workflows/actions_recovery.yml +++ b/.github/workflows/actions_recovery.yml @@ -7,7 +7,7 @@ on: jobs: build: if: github.event.repository.owner.id == github.event.sender.id - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - name: Checkout