GHA/build-firmware: pin agents to Ubuntu 20.04 (#4793)

resolves #4791
This commit is contained in:
Nathan Schulte 2022-11-18 07:21:32 -06:00 committed by GitHub
parent 7780aa8366
commit 51e368245b
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build-firmware:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
# Let all builds finish even if one fails early
@ -406,7 +406,7 @@ jobs:
# here we build f407-discovery
build-primary-bundle:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with: