diff options
| author | 2026-02-24 15:01:24 +0800 | |
|---|---|---|
| committer | 2026-02-24 15:01:24 +0800 | |
| commit | 37be1ac6cc930cb4b3f29b148c9598a9f1212cdd (patch) | |
| tree | 7ba685fb98427491712989a1ddea6cf9384ae859 /.github | |
| parent | e1de7f845db14cd68c49e4e36620ccc86bd17489 (diff) | |
| download | soon-37be1ac6cc930cb4b3f29b148c9598a9f1212cdd.tar.gz soon-37be1ac6cc930cb4b3f29b148c9598a9f1212cdd.zip | |
fix(ci): remove macOS 13 runner from CI workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish-pypi.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index e1ffdc0..3cb678e 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -101,8 +101,6 @@ jobs: strategy: matrix: platform: - - runner: macos-13 - target: x86_64 - runner: macos-14 target: aarch64 steps: |