use newer version of ubuntu for compiling embedded firmware

This commit is contained in:
Jan Käberich 2022-06-26 19:24:52 +02:00
parent aab2ceae99
commit 9c1ea89f66

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- master - master
- embedded_firmware_ci
pull_request: pull_request:
branches: branches:
- master - master
@ -152,7 +153,7 @@ jobs:
path: Software/PC_Application/LibreVNA-GUI.zip path: Software/PC_Application/LibreVNA-GUI.zip
Embedded_Firmware: Embedded_Firmware:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1