Update workflows to use Ubuntu 22.04 for firmware builds

This commit is contained in:
Jan Käberich 2025-04-16 20:02:25 +02:00
parent b8600be086
commit 51c9ef2795
2 changed files with 2 additions and 2 deletions

View file

@ -235,7 +235,7 @@ jobs:
path: Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.zip
Embedded_Firmware:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

View file

@ -257,7 +257,7 @@ jobs:
Embedded_Firmware:
needs: PC_Application_Ubuntu
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4