diff options
Diffstat (limited to '.github/workflows/CI.yml')
| -rw-r--r-- | .github/workflows/CI.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 85ffdff..e09c2af 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -138,13 +138,9 @@ jobs: matrix: platform: - runner: macos-15 - target: macOS-15-arm64 + target: aarch64-apple-darwin - runner: macos-15-intel - target: macOS-15 - # - runner: macos-14 - # target: macOS-14-arm64 - # - runner: macos-14-large - # target: macOS-14 + target: x86_64-apple-darwin steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 |
