Skip to content

Commit

Permalink
Exclude failing macos case from GHA config
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmooney committed Jun 14, 2023
1 parent 1dafade commit 6616fb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cargo-test.yaml
Expand Up @@ -19,6 +19,10 @@ jobs:
rust: stable-i686
- os: windows-latest
rust: stable-x86_64-gnu
exclude:
# rust/libc does not appear to link on macos-latest with rust 1.21.0
- os: macos-latest
rust: 1.21.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit 6616fb6

Please sign in to comment.