Add macos to test. (#107)

This commit is contained in:
Tonye Jack 2021-06-18 19:09:00 -04:00 committed by GitHub
parent d5520e1e13
commit 73f135c7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest] # TODO: Add macos-latest
platform: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout to branch
@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest] # TODO: Add macos-latest
platform: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout