update ubuntu & fix achigen

This commit is contained in:
Detanup01
2025-04-20 20:34:35 +02:00
committed by GitHub
parent 5fb2caae8f
commit 44c1234431
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ env:
jobs:
build:
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout branch"

View File

@@ -115,6 +115,7 @@ def generate_stats_achievements(
s['default']=f"{default_num}"
s['global']=f"{global_num}"
if 'min' in s:
del s['min']
output_stats = copy.deepcopy(stats_out)