Use only Ubuntu to test
This commit is contained in:
parent
0baa2c2b51
commit
6bb405163c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deno.yml
vendored
2
.github/workflows/deno.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }} # runs a test on Ubuntu, Windows and macOS
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue