Skip to content

Commit 8dd37c5

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.
1 parent 2856112 commit 8dd37c5

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
@@ -63,7 +63,10 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
66+
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.
6770
steps:
6871
- uses: actions/checkout@v3
6972
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)