Skip to content

Commit

Permalink
ci.yml: test on linux & macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 19, 2023
1 parent bcbe088 commit f649a2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
# os: [ 'ubuntu-22.04', 'macos-12' ]
os: [ 'ubuntu-22.04' ]
os: [ 'ubuntu-22.04', 'macos-12' ]
# https://nodejs.org/en - use LTS
node-version: [ '18' ]
# https://www.npmjs.com/package/xpm
Expand Down

0 comments on commit f649a2a

Please sign in to comment.