Skip to content

Commit

Permalink
Merge pull request #529 from grische/fix/github-action-ci-oldstable
Browse files Browse the repository at this point in the history
[gluon-v2023.1.x] github: pin firmware build to ubuntu-22.04
  • Loading branch information
grische authored Dec 17, 2024
2 parents 39e78d3 + 19fc685 commit a10f7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.generate_target_matrix.outputs.build_target_json) }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Maximize build space
run: |
Expand Down

0 comments on commit a10f7e8

Please sign in to comment.