Skip to content

Commit

Permalink
Fixed ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
Albaintor committed Jan 19, 2025
1 parent fb3377f commit bc15110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ env:

jobs:
build:
runs-on: ubuntu-latest
# using ubuntu-24.04: Package 'qemu' has no installation candidate
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bc15110

Please sign in to comment.