From 98854a663781e715db5d71bac6bf57083dca9f6a Mon Sep 17 00:00:00 2001 From: Will Usher Date: Sat, 9 Dec 2023 13:24:16 -0800 Subject: [PATCH] need to force python 3.11 on mac --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3d67e20d..ebd071957 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,9 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v2 + - run: | + brew uninstall --ignore-dependencies python + brew install --force --overwrite python@3.11 - run: brew update - run: brew install ispc - run: cargo build --all --all-targets --features ispc