Skip to content

Commit

Permalink
Merge pull request freifunkMUC#528 from grische/fix/github-action-ci-…
Browse files Browse the repository at this point in the history
…stable

[gluon-v2023.2.x] github: pin firmware build to ubuntu-22.04
  • Loading branch information
grische authored Dec 17, 2024
2 parents 45be751 + 6372630 commit f0eae07
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 @@ -41,7 +41,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 f0eae07

Please sign in to comment.