1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 03:29:10 -05:00

Upgrade github actions mac environment to macos-latest (#3250)

This commit is contained in:
Kang Huaishuai 2019-11-01 10:36:22 +08:00 committed by Bert Belder
parent af61dbed87
commit 36d4256f1c

View file

@ -9,22 +9,22 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
os: [macOS-10.14, windows-2019, ubuntu-16.04]
os: [macOS-latest, windows-2019, ubuntu-16.04]
kind: ['test', 'test_debug', 'test_std', 'bench', 'lint']
exclude:
- os: windows-2019
kind: 'bench'
- os: macOS-10.14
- os: macOS-latest
kind: 'bench'
- os: windows-2019
kind: 'lint'
- os: macOS-10.14
- os: macOS-latest
kind: 'lint'
- os: windows-2019
kind: 'test_debug'
- os: macOS-10.14
- os: macOS-latest
kind: 'test_debug'
steps:
- name: Configure git