use newer version of ubuntu for compiling embedded firmware
This commit is contained in:
parent
aab2ceae99
commit
9c1ea89f66
5
.github/workflows/Build.yml
vendored
5
.github/workflows/Build.yml
vendored
@ -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
|
||||||
|
|
||||||
@ -194,4 +195,4 @@ jobs:
|
|||||||
name: EmbeddedFirmware-${{env.LIBREVNA_VERSION}}
|
name: EmbeddedFirmware-${{env.LIBREVNA_VERSION}}
|
||||||
path: |
|
path: |
|
||||||
VNA_embedded.elf
|
VNA_embedded.elf
|
||||||
combined.vnafw
|
combined.vnafw
|
||||||
|
Loading…
Reference in New Issue
Block a user