Skip to content

Commit

Permalink
Disable Mac OS for now for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Dec 2, 2021
1 parent 3d3a2b9 commit ee2d490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,8 +6,9 @@ jobs:
build:

strategy:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
toolchain: [stable, beta, nightly]

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

0 comments on commit ee2d490

Please sign in to comment.