Skip to content

Commit

Permalink
Updated CI OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannicalo committed Oct 3, 2022
1 parent 21a8aa4 commit 99f634d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm run lint
- name: Test
run: npm test
- if: ${{matrix.os == 'ubuntu-20.04'}}
- if: ${{matrix.os == 'ubuntu-22.04'}}
name: Test coverage
uses: coverallsapp/github-action@1.1.3
with:
Expand All @@ -27,9 +27,9 @@ jobs:
strategy:
matrix:
os:
- macos-10.15
- ubuntu-20.04
- windows-2019
- macos-12
- ubuntu-22.04
- windows-2022
name: Build
on:
- pull_request
Expand Down

0 comments on commit 99f634d

Please sign in to comment.