Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit8342f82
committed
Test with M1 macOS CI runner
This adds macos-14 as a value for "os". The new macOS 14 runnersuse Apple Silicon M1 systems (64-bit ARM CPUs), allowing GitPythonto 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 arecurrently available via the setup-python (and 3.7 builds are veryunlikely ever to be available for macos-14). This is to verify thatthe currently unsupported versions are 3.7, 3.8, 3.9, and noothers. The next commit will exclude the unavailable versions.1 parentdb6fb90 commit8342f82
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
0 commit comments
Comments
(0)