Skip to content

Commit

Permalink
chore: Removed some CI jobs with macOS (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
fg-mindee committed Sep 14, 2021
1 parent 7377c36 commit a735821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python: [3.7, 3.8]
steps:
- if: matrix.os == 'macos-latest'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python: [3.7, 3.8]
framework: [tensorflow, pytorch]
steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python: [3.7, 3.8]
framework: [tensorflow, pytorch]
steps:
Expand Down

0 comments on commit a735821

Please sign in to comment.