From 2c7369cb2d68cf5e484495958dbd8ada1dbdfa61 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 9 May 2023 22:53:02 +0200 Subject: [PATCH] Use Ubuntu 22.04 for all steps The issue in Berry compile is fixed --- .github/workflows/Tasmota_build_devel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index a496e831c..a8d382169 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -16,7 +16,7 @@ concurrency: jobs: be_solidify: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: github.repository == 'arendst/Tasmota' steps: - uses: actions/checkout@v3