Skip to content

Commit d700770

Browse files
committed
ubuntu latest
1 parent 7482344 commit d700770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [ubuntu-20.04, windows-latest]
40+
os: [ubuntu-latest, windows-latest]
4141
name:
4242
- Node.js 0.8
4343
- Node.js 0.10
@@ -166,7 +166,7 @@ jobs:
166166
node-version: ${{ matrix.node-version }}
167167

168168
- name: Setup Node.js 0.8
169-
if: ${{ matrix.node-version == '0.8' && matrix.os == 'ubuntu-20.04' }}
169+
if: ${{ matrix.node-version == '0.8' && matrix.os == 'ubuntu-latest' }}
170170
shell: bash -eo pipefail -l {0}
171171
run: |
172172
nvm install --default ${{ matrix.node-version }}

0 commit comments

Comments
 (0)