1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-11 08:46:25 +00:00

build appimage on ubuntu-22.04 instead of 24.04 (#803)

This commit is contained in:
Alex Xu
2025-01-06 18:05:47 -08:00
committed by GitHub
parent 5598596650
commit a9d0c57ba6

View File

@@ -23,7 +23,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python