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: jobs:
build-firmware: build-firmware:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
strategy: strategy:
# Let all builds finish even if one fails early # Let all builds finish even if one fails early
@ -406,7 +406,7 @@ jobs:
# here we build f407-discovery # here we build f407-discovery
build-primary-bundle: build-primary-bundle:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: