Skip to content

Commit

Permalink
Try to work around qemu segfault on Ubuntu 24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ejurgensen committed Jan 26, 2025
1 parent 218e785 commit 3c305f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_dpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:

jobs:
prepare:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
env:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
echo "matrix={\"include\":[`cat $PKGCONF`]}" >> $GITHUB_OUTPUT
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare
strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }}
Expand Down

0 comments on commit 3c305f1

Please sign in to comment.