Skip to content

Commit

Permalink
Merge pull request #98 from amethyst/remove_macos_task
Browse files Browse the repository at this point in the history
Remove macos build task
  • Loading branch information
cdsupina authored Dec 7, 2020
2 parents c6214eb + de0db28 commit dca2a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit dca2a56

Please sign in to comment.