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 dbba4cb commit b15d301Copy full SHA for b15d301
.github/workflows/ci.yml
@@ -51,7 +51,10 @@ jobs:
51
strategy:
52
fail-fast: false
53
matrix:
54
- os: ["ubuntu-latest", "macos-latest", "windows-latest"]
+ os: ["ubuntu-latest", "windows-latest"]
55
+ # TODO: once we update our MSRV above 1.53 add macOS again. Currently
56
+ # macOS, specifically Xcode 14, broke support for rustc < 1.53. See
57
+ # https://github.com/rust-lang/rust/issues/105167.
58
steps:
59
- uses: actions/checkout@v3
60
- uses: dtolnay/rust-toolchain@master
0 commit comments