Only run on ubuntu-latest
Signed-off-by: Jesse Dijkstra <mail@jessedijkstra.nl>
This commit is contained in:
parent
90bb7b975c
commit
188e7e8452
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
run: npm run lint
|
||||
|
||||
test-dvm-file:
|
||||
runs-on: ${{matrix.os}}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
run: deno -V | grep -q "deno 1\.43\.1"
|
||||
|
||||
test-tool-versions-file:
|
||||
runs-on: ${{matrix.os}}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
Loading…
x
Reference in New Issue
Block a user