1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +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: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python