From 306a70e3f385e90c388344780f7b64bc9259fb70 Mon Sep 17 00:00:00 2001 From: Christian Poveda Date: Fri, 26 Apr 2024 15:46:22 -0500 Subject: [PATCH] Replace `macos-latest` by `macos-13` on `clang` 9 run --- .github/workflows/bindgen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindgen.yml b/.github/workflows/bindgen.yml index 21f96aed27..ce6f350455 100644 --- a/.github/workflows/bindgen.yml +++ b/.github/workflows/bindgen.yml @@ -181,7 +181,7 @@ jobs: # 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 + - os: macos-13 llvm_version: "9.0" release_build: 0 no_default_features: 0