Changed run-on to ubuntu-latest
This commit is contained in:
parent
a7d2668744
commit
84e879232d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
checkfmt:
|
checkfmt:
|
||||||
name: Check format
|
name: Check format
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: alpine
|
image: alpine
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
lint:
|
lint:
|
||||||
name: Lint Uketoru
|
name: Lint Uketoru
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: alpine
|
image: alpine
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
run: cargo clippy --release -- -Dwarnings
|
run: cargo clippy --release -- -Dwarnings
|
||||||
build:
|
build:
|
||||||
name: Build Uketoru
|
name: Build Uketoru
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: alpine
|
image: alpine
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue