Skip to content

Commit

Permalink
Skip msrv for macos-latest since newer xcode breaks 1.46 linking
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Oct 27, 2023
1 parent 54630e0 commit 7a35901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
feature: ["", "--all-features"]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7a35901

Please sign in to comment.