Skip to content

Commit

Permalink
ci: revert linux os to ubuntu-latest from 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jan 25, 2021
1 parent aa64d2a commit cfe6b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
os: [macos-latest, ubuntu-20.04, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: brew install unrtf
- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get -y install unrtf
- name: Run Tests
run: npm run jest-coverage
Expand Down

0 comments on commit cfe6b9f

Please sign in to comment.