Remove run on macos

This is a browser library, there is little to no value to run the CI
on several OSes.
This commit is contained in:
Franck Royer 2022-01-10 11:42:59 +11:00
parent 491c03fc31
commit dbb3cdaa34
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node: [16]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code