Skip to content

Commit a28a8ae

Browse files
committed
Upgrade from macos-13 to macos-15-intel
1 parent 9e4256e commit a28a8ae

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- { python-version: "3.14t", disable-gil: true }
5858
- { python-version: "3.13t", disable-gil: true }
5959
# Intel
60-
- { os: "macos-13", python-version: "3.10" }
60+
- { os: "macos-15-intel", python-version: "3.10" }
6161
exclude:
6262
- { os: "macos-latest", python-version: "3.10" }
6363

docs/installation/platform-support.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ 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 |
42+
| macOS 15 Sequoia | 3.10 | x86-64 |
43+
| +----------------------------+---------------------+
44+
| | 3.11, 3.12, 3.13, 3.14, | arm64 |
4545
| | PyPy3 | |
4646
+----------------------------------+----------------------------+---------------------+
4747
| Ubuntu Linux 22.04 LTS (Jammy) | 3.10 | x86-64 |

0 commit comments

Comments
 (0)