Committed by
GitHub
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.
正在显示
6 个修改的文件
包含
3 行增加
和
12 行删除
| @@ -22,7 +22,7 @@ jobs: | @@ -22,7 +22,7 @@ jobs: | ||
| 22 | strategy: | 22 | strategy: |
| 23 | fail-fast: false | 23 | fail-fast: false |
| 24 | matrix: | 24 | matrix: |
| 25 | - os: [macos-11] | 25 | + os: [macos-13] |
| 26 | python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"] | 26 | python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"] |
| 27 | 27 | ||
| 28 | steps: | 28 | steps: |
| @@ -22,7 +22,7 @@ jobs: | @@ -22,7 +22,7 @@ jobs: | ||
| 22 | strategy: | 22 | strategy: |
| 23 | fail-fast: false | 23 | fail-fast: false |
| 24 | matrix: | 24 | matrix: |
| 25 | - os: [macos-11] | 25 | + os: [macos-13] |
| 26 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"] | 26 | python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"] |
| 27 | 27 | ||
| 28 | steps: | 28 | steps: |
| @@ -41,9 +41,6 @@ jobs: | @@ -41,9 +41,6 @@ jobs: | ||
| 41 | # macos-14 is for arm64 | 41 | # macos-14 is for arm64 |
| 42 | # macos-14-large is for x64 | 42 | # macos-14-large is for x64 |
| 43 | include: | 43 | include: |
| 44 | - - os: macos-11 | ||
| 45 | - python-version: "3.7" | ||
| 46 | - | ||
| 47 | - os: macos-13 | 44 | - os: macos-13 |
| 48 | python-version: "3.8" | 45 | python-version: "3.8" |
| 49 | 46 |
-
请 注册 或 登录 后发表评论