We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2856112 commit 8dd37c5Copy full SHA for 8dd37c5
.github/workflows/ci.yml
@@ -63,7 +63,10 @@ jobs:
63
strategy:
64
fail-fast: false
65
matrix:
66
- os: ["ubuntu-latest", "macos-latest", "windows-latest"]
+ os: ["ubuntu-latest", "windows-latest"]
67
+ # TODO: once we update our MSRV above 1.53 add macOS again. Currently
68
+ # macOS, specifically Xcode 14, broke support for rustc < 1.53. See
69
+ # https://github.com/rust-lang/rust/issues/105167.
70
steps:
71
- uses: actions/checkout@v3
72
- uses: dtolnay/rust-toolchain@master
0 commit comments