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