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 }}