mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
test: fix runs-on directive, '-' over ':'
This commit is contained in:
parent
0386d6ed6c
commit
df142b3485
1 changed files with 3 additions and 3 deletions
6
.github/workflows/sqlx.yml
vendored
6
.github/workflows/sqlx.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
format:
|
||||
name: Format
|
||||
runs-on: ubuntu:latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
check:
|
||||
name: Check
|
||||
runs-on: ubuntu:latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -99,7 +99,7 @@ jobs:
|
|||
|
||||
test:
|
||||
name: Unit Test
|
||||
runs-on: ubuntu:latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in a new issue