Skip to content

Commit c119846

Browse files
committed
ci: drop macos-13 (Intel) from matrix due to runner queue
GitHub-hosted macos-13 (Intel) runners have severely limited capacity — jobs sat queued for 1h 43m on the test PR without ever starting. Apple is winding down Intel Mac and runner availability is unlikely to improve. Restrict the macOS coverage to macos-14 (Apple Silicon) so the matrix is reliably green; Intel mac users can still build locally.
1 parent 4416441 commit c119846

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-14, macos-13]
18+
os: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-14]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Configure CMake

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-22.04, windows-2022, macos-14, macos-13]
35+
os: [ubuntu-22.04, windows-2022, macos-14]
3636

3737
steps:
3838
- uses: actions/checkout@v4

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-14, macos-13]
14+
os: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-14]
1515

1616
steps:
1717
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ In addition, you can also check the paper of our baseline, Patchwork. ([arXiv][p
135135
## :triangular_flag_on_post: Tested Environment
136136

137137
- Ubuntu ~~18.04 and~~ 20.04, 22.04, and 24.04
138-
- macOS 13 (Intel) and macOS 14+ (Apple Silicon)
138+
- macOS 14+ (Apple Silicon)
139139
- CMake 3.25.1 (>=3.20, min. Required to install Open3D)
140140
- In `scripts/install_open3d.bash`, the installation of the higher version of CMake is already implemented.
141141
- Open3D ~~0.15.2~~ 0.18.0

0 commit comments

Comments
 (0)