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:
@@ -22,7 +22,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-11]
|
||||
os: [macos-13]
|
||||
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"]
|
||||
|
||||
steps:
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-11]
|
||||
os: [macos-13]
|
||||
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]
|
||||
|
||||
steps:
|
||||
|
||||
2
.github/workflows/npm-addon-macos.yaml
vendored
2
.github/workflows/npm-addon-macos.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-11, macos-14]
|
||||
os: [macos-13, macos-14]
|
||||
python-version: ["3.8"]
|
||||
|
||||
steps:
|
||||
|
||||
3
.github/workflows/run-python-test-macos.yaml
vendored
3
.github/workflows/run-python-test-macos.yaml
vendored
@@ -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"
|
||||
|
||||
|
||||
3
.github/workflows/test-build-wheel.yaml
vendored
3
.github/workflows/test-build-wheel.yaml
vendored
@@ -50,9 +50,6 @@ jobs:
|
||||
- os: ubuntu-22.04
|
||||
python-version: "3.12"
|
||||
|
||||
- os: macos-11
|
||||
python-version: "3.7"
|
||||
|
||||
- os: macos-12
|
||||
python-version: "3.8"
|
||||
|
||||
|
||||
3
.github/workflows/test-pip-install.yaml
vendored
3
.github/workflows/test-pip-install.yaml
vendored
@@ -43,9 +43,6 @@ jobs:
|
||||
- os: ubuntu-22.04
|
||||
python-version: "3.12"
|
||||
|
||||
- os: macos-11
|
||||
python-version: "3.7"
|
||||
|
||||
- os: macos-12
|
||||
python-version: "3.8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user