diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index fdd424bb..143c8c41 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -15,7 +15,7 @@ jobs: - "3.11" - "3.12" - "3.13" - runs-on: macos-14 + runs-on: macos-latest steps: - uses: actions/checkout@v4 # Normally, we would use the superbly maintained...