Skip to content

Commit

Permalink
correct the os specification
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoAhoy committed Aug 25, 2021
1 parent 7779026 commit 952319a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
matrix:
# os: [ubuntu-18.04, macos-latest, windows-latest]
# python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-18.04]
os: [macos-latest]
python-version: [3.6]
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
# - 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
# - os: windows-latest
# pip-path: C:\hostedtoolcache\windows\Python
# libjfs-path: C:\hostedtoolcache\windows\Golang
Expand Down

0 comments on commit 952319a

Please sign in to comment.