Skip to content

Commit fa98f7d

Browse files
committed
Stop testing macOS Intel
1 parent 0013f95 commit fa98f7d

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/macos-install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
set -e
44

5-
if [[ "$ImageOS" == "macos13" ]]; then
6-
brew uninstall gradle maven
7-
fi
85
brew install \
96
aom \
107
dav1d \

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
# Free-threaded
5757
- { python-version: "3.14t", disable-gil: true }
5858
- { python-version: "3.13t", disable-gil: true }
59-
# Intel
60-
- { os: "macos-13", python-version: "3.10" }
61-
exclude:
62-
- { os: "macos-latest", python-version: "3.10" }
6359

6460
runs-on: ${{ matrix.os }}
6561
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

docs/installation/platform-support.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ These platforms are built and tested for every change.
3939
+----------------------------------+----------------------------+---------------------+
4040
| Gentoo | 3.12 | x86-64 |
4141
+----------------------------------+----------------------------+---------------------+
42-
| macOS 13 Ventura | 3.10 | x86-64 |
43-
+----------------------------------+----------------------------+---------------------+
44-
| macOS 15 Sequoia | 3.11, 3.12, 3.13, 3.14 | arm64 |
45-
| | PyPy3 | |
42+
| macOS 15 Sequoia | 3.10, 3.11, 3.12, 3.13 | arm64 |
43+
| | 3.14, PyPy3 | |
4644
+----------------------------------+----------------------------+---------------------+
4745
| Ubuntu Linux 22.04 LTS (Jammy) | 3.10 | x86-64 |
4846
+----------------------------------+----------------------------+---------------------+

0 commit comments

Comments
 (0)