mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
Use windows-2019 image in Github Actions (#3198)
This commit is contained in:
parent
be8777de19
commit
2270abbc44
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -9,20 +9,20 @@ jobs:
|
|||
timeout-minutes: 60
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macOS-10.14, windows-2016, ubuntu-16.04]
|
||||
os: [macOS-10.14, windows-2019, ubuntu-16.04]
|
||||
kind: ['test', 'test_debug', 'test_std', 'bench', 'lint']
|
||||
exclude:
|
||||
- os: windows-2016
|
||||
- os: windows-2019
|
||||
kind: 'bench'
|
||||
- os: macOS-10.14
|
||||
kind: 'bench'
|
||||
|
||||
- os: windows-2016
|
||||
- os: windows-2019
|
||||
kind: 'lint'
|
||||
- os: macOS-10.14
|
||||
kind: 'lint'
|
||||
|
||||
- os: windows-2016
|
||||
- os: windows-2019
|
||||
kind: 'test_debug'
|
||||
- os: macOS-10.14
|
||||
kind: 'test_debug'
|
||||
|
|
Loading…
Reference in a new issue