From f2262858c39046557b5dfc30bf2833e83def8b0b Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 1 Dec 2022 07:17:31 +0800 Subject: [PATCH] fix --- .github/workflows/lo-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index 2c3acab..bff4604 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -17,7 +17,7 @@ jobs: build_packages: name: Build ${{ github.event.client_payload.device || github.event.inputs.device }} packages - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }} BRANCH: ${{ github.event.client_payload.branch || github.event.inputs.branch }} @@ -213,7 +213,7 @@ jobs: generate_slim_firmware: needs: build_packages name: Generate ${{ github.event.client_payload.device || github.event.inputs.device }} slim firmware - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest env: DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }} @@ -260,7 +260,7 @@ jobs: needs: build_packages if: always() name: Generate ${{ github.event.client_payload.device || github.event.inputs.device }} firmware - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest env: DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}