Skip to content

Commit 163100c

Browse files
authored
replace macos-11 with macos-13 for GitHub actions (k2-fsa#1066)
Tests using macos-11 wait a long time before they can start, so we replace macos-11 with macos-13.
1 parent b2ea5bc commit 163100c

6 files changed

+3
-12
lines changed

.github/workflows/build-wheels-macos-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [macos-11]
25+
os: [macos-13]
2626
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"]
2727

2828
steps:

.github/workflows/build-wheels-macos-x64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [macos-11]
25+
os: [macos-13]
2626
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]
2727

2828
steps:

.github/workflows/npm-addon-macos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [macos-11, macos-14]
23+
os: [macos-13, macos-14]
2424
python-version: ["3.8"]
2525

2626
steps:

.github/workflows/run-python-test-macos.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
# macos-14 is for arm64
4242
# macos-14-large is for x64
4343
include:
44-
- os: macos-11
45-
python-version: "3.7"
46-
4744
- os: macos-13
4845
python-version: "3.8"
4946

.github/workflows/test-build-wheel.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
- os: ubuntu-22.04
5151
python-version: "3.12"
5252

53-
- os: macos-11
54-
python-version: "3.7"
55-
5653
- os: macos-12
5754
python-version: "3.8"
5855

.github/workflows/test-pip-install.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- os: ubuntu-22.04
4444
python-version: "3.12"
4545

46-
- os: macos-11
47-
python-version: "3.7"
48-
4946
- os: macos-12
5047
python-version: "3.8"
5148

0 commit comments

Comments
 (0)