This commit is contained in:
John Doe
2022-12-01 07:17:31 +08:00
parent f2d9bb91e6
commit f2262858c3

View File

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