ci: fix not run after runner label changes
All checks were successful
/ build (push) Successful in 5m18s

This commit is contained in:
thislight 2024-12-21 15:17:22 +08:00
parent 5d0b5a29d6
commit 24b84b79ae
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
2 changed files with 2 additions and 6 deletions

View file

@ -15,9 +15,7 @@ on:
jobs:
build:
runs-on: linux-lg
container:
image: code.lightstands.xyz/standcoded/fedora-minimal:40
runs-on: fedora-40
steps:
- name: Checkout
uses: actions/checkout@v3

View file

@ -15,9 +15,7 @@ on:
jobs:
build:
runs-on: linux-lg
container:
image: code.lightstands.xyz/standcoded/fedora-minimal:40
runs-on: fedora-40
steps:
- name: Checkout
uses: actions/checkout@v3