Juan Carlos
2021-05-02 20:51:27 -03:00
committed by GitHub
parent 78e2d299df
commit 6d485f545a
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
target: [linux, windows, osx]
include:
- target: linux
os: ubuntu-18.04
os: ubuntu-20.04
- target: windows
os: windows-2019
- target: osx

View File

@@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15]
os: [ubuntu-20.04, macos-10.15]
cpu: [amd64]
batch: ["allowed_failures", "0_3", "1_3", "2_3"] # list of `index_num`
name: '${{ matrix.os }} (batch: ${{ matrix.batch }})'
@@ -21,7 +21,7 @@ jobs:
fetch-depth: 2
- name: 'Install node.js 12.x'
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'