diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0fb2c2..f37b7c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: platform: - runner: macos-13 target: x86_64 - python_args: --interpreter Users/runner/hostedtoolcache/Python/3.9.20/x64/bin/python3.9 --interpreter /usr/local/bin/python3.11 + python_args: --interpreter /Users/runner/hostedtoolcache/Python/3.9.20/x64/bin/python3.9 --interpreter /usr/local/bin/python3.11 - runner: macos-14 target: aarch64 python_args: --interpreter python3.9 --interpreter python3.11