Skip to content

Commit

Permalink
CI: disable build-and-test for macOS (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana authored Jul 28, 2022
1 parent 77d083a commit ce231fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-18.04, macos-11 ]
os: [ ubuntu-18.04 ]
steps:
# actions/checkout@v2
- uses: actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
Expand Down

0 comments on commit ce231fe

Please sign in to comment.