mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-06 05:42:38 +00:00
test: fix runs-on directive, '-' over ':'
This commit is contained in:
parent
0386d6ed6c
commit
df142b3485
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…
x
Reference in New Issue
Block a user