replace macos-11 with macos-13 for GitHub actions (#1066)

Tests using macos-11 wait a long time before they can start, so we replace macos-11 with macos-13.
This commit is contained in:
Fangjun Kuang
2024-07-01 12:37:56 +08:00
committed by GitHub
parent 6cb018184e
commit 125bb9ff99
6 changed files with 3 additions and 12 deletions

View File

@@ -41,9 +41,6 @@ jobs:
# macos-14 is for arm64
# macos-14-large is for x64
include:
- os: macos-11
python-version: "3.7"
- os: macos-13
python-version: "3.8"