chore(ci): fix

This commit is contained in:
2024-12-18 18:21:12 +07:00
parent ecd204428d
commit 18aa7935cb

View File

@ -9,7 +9,7 @@ jobs:
# Build job
build:
# Specify runner + build & upload the static files as an artifact
runs-on: python@latest
runs-on: python:latest
steps:
- name: Checkout code
id: checkout-code