[no ci] Workflow: set ubuntu 20.04 for toolchains

pull/855/head
Viktor 2023-06-07 07:06:33 +02:00 committed by viktorxda
parent bc8358e2ef
commit b7ed66e49c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -8,7 +8,7 @@ env:
jobs:
toolchain:
name: Toolchain
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false