mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: set ubuntu 20.04 for toolchains
parent
bc8358e2ef
commit
b7ed66e49c
|
@ -203,14 +203,14 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/ccache
|
||||
key: ${{matrix.platform}}
|
||||
key: ${{matrix.platform}}_${{matrix.release}}
|
||||
|
||||
- name: Restore ccache
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: /tmp/ccache
|
||||
key: ${{matrix.platform}}
|
||||
key: ${{matrix.platform}}_${{matrix.release}}
|
||||
|
||||
- name: Build firmware
|
||||
run: |
|
||||
|
|
|
@ -8,7 +8,7 @@ env:
|
|||
jobs:
|
||||
toolchain:
|
||||
name: Toolchain
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in New Issue