Skip to content

Commit b15d301

Browse files
committed
Skip MSRV test for macOS
According to rust-lang/rust#105167 and rust-lang/rust#107252 (comment), Xcode 14 broke support for rustc < 1.53. Backport of commit 8dd37c5.
1 parent dbba4cb commit b15d301

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
54+
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.
5558
steps:
5659
- uses: actions/checkout@v3
5760
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)