Skip to content

Commit

Permalink
build appimage on ubuntu-20.04 instead of 22.04 (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
axu2 authored Dec 31, 2024
1 parent 2a414ef commit 462a3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 462a3ce

Please sign in to comment.