From 46c06e5ef11c01680edd9ca250ed0c32b6cdc9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 13 Jan 2024 02:21:05 +0100 Subject: [PATCH] ci: Try to keep mac CI on 9.0 --- .github/workflows/bindgen.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bindgen.yml b/.github/workflows/bindgen.yml index 883fb46b5c..ebf70dce09 100644 --- a/.github/workflows/bindgen.yml +++ b/.github/workflows/bindgen.yml @@ -175,14 +175,14 @@ jobs: # feature_extra_asserts: 0 # Ensure stuff works on macos too - # Disabled for now because llvm doesn't provide releases for x86-64 - # macOS which is what the runner uses. + # FIXME: Ideally should use the latest llvm version, but llvm doesn't + # provide releases for x86-64 macOS anymore which is what the runner uses. # - # - os: macos-latest - # llvm_version: "16.0" - # release_build: 0 - # no_default_features: 0 - # feature_extra_asserts: 0 + - os: macos-latest + llvm_version: "9.0" + release_build: 0 + no_default_features: 0 + feature_extra_asserts: 0 steps: - uses: actions/checkout@v3