From 7e33b01af1bc7fbfaa55ce5acdaff62caf8e211b Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 25 Nov 2022 00:45:03 +0000 Subject: [PATCH] Fix CI on macos --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e5c23951..d7f6e4ef 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,6 +22,9 @@ jobs: exclude: - feature: deadlock_detection channel: '1.49.0' + # Versions before 1.54 fail to build on the latest XCode. + - os: macos + channel: '1.49.0' include: - channel: nightly feature: nightly