diff --git a/.github/workflows/artifacts_build.yml b/.github/workflows/artifacts_build.yml index b8484d0b..891df702 100644 --- a/.github/workflows/artifacts_build.yml +++ b/.github/workflows/artifacts_build.yml @@ -87,8 +87,8 @@ jobs: build_macos_x86_wheels: name: Build wheels on macOS x86_64 - # macos-12 is an Intel x86 runner - runs-on: macos-12 + # macos-13 is an Intel x86 runner + runs-on: macos-13 steps: - uses: actions/checkout@v4.1.1