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 acc8a61 commit fb3377f
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 @@ -90,7 +90,8 @@ jobs:
release:
name: Create Release
if: github.ref == 'refs/heads/main' || contains(github.ref, 'tags/v')
runs-on: ubuntu-latest
# using ubuntu-24.04: Package 'qemu' has no installation candidate
runs-on: ubuntu-22.04
needs: [build]

steps:
Expand Down

0 comments on commit fb3377f

Please sign in to comment.