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

build appimage on ubuntu-20.04 instead of 22.04 (#795)

This commit is contained in:
Alex Xu
2024-12-31 09:05:09 -08:00
committed by GitHub
parent 2a414ef936
commit 462a3cebde

View File

@@ -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