Skip to content

Commit

Permalink
ci(ci): replace ubuntu-20.04 with ubuntu-latest; both same version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed May 20, 2021
1 parent e043591 commit aaf1e5f
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 @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
node: [12, 14, 16]
os: [macos-latest, ubuntu-20.04, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.3.4
Expand All @@ -79,7 +79,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
run: brew install poppler
- name: Install Ubuntu Dependencies
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get -y install poppler-data poppler-utils
- name: Run Tests
run: npm run jest:coverage
Expand Down

0 comments on commit aaf1e5f

Please sign in to comment.