From 535603fac408209211bc99769cde05a8d18d3445 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 13 Aug 2021 01:55:43 +0800 Subject: [PATCH] Use latest Ubuntu images Jobs in those workflows has little to do with specific OS version, so just use the latest. --- .github/workflows/file_health.yaml | 2 +- .github/workflows/webui_ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/file_health.yaml b/.github/workflows/file_health.yaml index b6e882a75..86b88d301 100644 --- a/.github/workflows/file_health.yaml +++ b/.github/workflows/file_health.yaml @@ -5,7 +5,7 @@ on: [pull_request, push] jobs: check_file_health: name: Check file health - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/webui_ci.yaml b/.github/workflows/webui_ci.yaml index dd6610001..e51a9e9b1 100644 --- a/.github/workflows/webui_ci.yaml +++ b/.github/workflows/webui_ci.yaml @@ -5,7 +5,7 @@ on: [pull_request, push] jobs: check_webui: name: Check WebUI - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest defaults: run: working-directory: src/webui/www