Skip to content

Commit

Permalink
Try to fix segfault by changing ubuntu version
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Sep 7, 2024
1 parent 90d364c commit be5d3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push]

jobs:
create_draft_release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

outputs:
id: ${{ steps.create_draft_release.outputs.id }}
Expand Down

0 comments on commit be5d3b2

Please sign in to comment.