Skip to content

Commit

Permalink
add macos to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoAhoy committed Aug 24, 2021
1 parent 3ac2c06 commit e764468
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]
os: [ubuntu-18.04, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
include:
- os: ubuntu-18.04
pip-path: /opt/hostedtoolcache/Python
libjfs-path: /opt/hostedtoolcache/Golang
- os: macos-latest
pip-path: /Users/runner/hostedtoolcache/Python
libjfs-path: /Users/runner/hostedtoolcache/Golang

steps:
- name: Checkout Github Repository
Expand Down

0 comments on commit e764468

Please sign in to comment.