fix(ci): use docker label for runs-on to match Forgejo runner
This commit is contained in:
parent
618151075b
commit
55c5d022a7
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust toolchain
|
||||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: cargo clippy --all-targets --all-features
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust toolchain
|
||||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: cargo build --release
|
||||
|
||||
docker-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue