Skip to content

Commit 8342f82

Browse files
committed
Test with M1 macOS CI runner
This adds macos-14 as a value for "os". The new macOS 14 runners use Apple Silicon M1 systems (64-bit ARM CPUs), allowing GitPython to be tested on ARM64 actions/python-versions builds of Python, such as python-3.12.1-darwin-arm64.tar.gz. https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/ This commit doesn't exclude any `os`/`python-version` combinations, even though not all versions of Python that GitPython supports are currently available via the setup-python (and 3.7 builds are very unlikely ever to be available for macos-14). This is to verify that the currently unsupported versions are 3.7, 3.8, 3.9, and no others. The next commit will exclude the unavailable versions.
1 parent db6fb90 commit 8342f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-latest", "macos-13", "windows-latest"]
16+
os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"]
1717
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818
include:
1919
- experimental: false

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy