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:
|
||||
checkfmt:
|
||||
name: Check format
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine
|
||||
strategy:
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: cargo fmt --check
|
||||
lint:
|
||||
name: Lint Uketoru
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine
|
||||
strategy:
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: cargo clippy --release -- -Dwarnings
|
||||
build:
|
||||
name: Build Uketoru
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue