Skip to content

Commit a9d0c57

Browse files
authored
build appimage on ubuntu-22.04 instead of 24.04 (#803)
1 parent 5598596 commit a9d0c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
build:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-22.04
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Set up Python

0 commit comments

Comments
 (0)