From f18d288d43da6801471c0084026e24f45cfb1435 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Tue, 22 Oct 2024 18:08:06 -0700 Subject: [PATCH] test --- .github/workflows/jit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index 02f31542f12c45..d4b9cb5980c3ee 100644 --- a/.github/workflows/jit.yml +++ b/.github/workflows/jit.yml @@ -78,7 +78,7 @@ jobs: # This can be removed once macos-13 is retired. run: | brew update && brew upgrade - brew_smart_install "python@3.13" + brew unlink python@3.12 && brew link --overwrite python@3.13 brew install llvm@${{ matrix.llvm }} SDKROOT="$(xcrun --show-sdk-path)" \ ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}