From 9c1ea89f66b499c0bc62c9cb3ddedd41a135e6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Sun, 26 Jun 2022 19:24:52 +0200 Subject: [PATCH] use newer version of ubuntu for compiling embedded firmware --- .github/workflows/Build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 3c230e3..c4ae0ad 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - embedded_firmware_ci pull_request: branches: - master @@ -152,7 +153,7 @@ jobs: path: Software/PC_Application/LibreVNA-GUI.zip Embedded_Firmware: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1 @@ -194,4 +195,4 @@ jobs: name: EmbeddedFirmware-${{env.LIBREVNA_VERSION}} path: | VNA_embedded.elf - combined.vnafw \ No newline at end of file + combined.vnafw