ci: fix not run after runner label changes
All checks were successful
/ build (push) Successful in 5m18s
All checks were successful
/ build (push) Successful in 5m18s
This commit is contained in:
parent
5d0b5a29d6
commit
24b84b79ae
2 changed files with 2 additions and 6 deletions
|
@ -15,9 +15,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: linux-lg
|
runs-on: fedora-40
|
||||||
container:
|
|
||||||
image: code.lightstands.xyz/standcoded/fedora-minimal:40
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
@ -15,9 +15,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: linux-lg
|
runs-on: fedora-40
|
||||||
container:
|
|
||||||
image: code.lightstands.xyz/standcoded/fedora-minimal:40
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue