mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 18:18:57 +00:00
[no ci] Workflow: set ubuntu 20.04 for toolchains
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/toolchain.yml
vendored
2
.github/workflows/toolchain.yml
vendored
@@ -8,7 +8,7 @@ env:
|
||||
jobs:
|
||||
toolchain:
|
||||
name: Toolchain
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user