Skip to content

Commit

Permalink
ci: downgrade runner version ubuntu-latest to ubuntu-22.04
Browse files Browse the repository at this point in the history
This is a temporary workaround for an appimage problem that only occurs
on ubuntu-24.04.
  • Loading branch information
dundargoc committed Dec 29, 2024
1 parent 0ffcc7e commit 75dd14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
# Build with zig cc so we can target glibc 2.17, so we have broader compatibility
jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
version: ${{ steps.build.outputs.version }}
steps:
Expand Down

0 comments on commit 75dd14c

Please sign in to comment.