diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index b034793..666c43e 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: true matrix: - os: [macos-14-large, macos-14] + os: [macos-14] # python-version: ["3.9", "3.10", "3.11", "3.12"] python-version: ["3.11", "3.12"]