mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-02-26 17:34:15 +01:00
Update workflows to use Ubuntu 22.04 for firmware builds
This commit is contained in:
parent
b8600be086
commit
51c9ef2795
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/Release_tag_stable.yml
vendored
2
.github/workflows/Release_tag_stable.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue