Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc2bbaf4

Browse files
committed
Remove the non-ARM macOS CI jobs
This keeps only the macos-14 jobs, which run on Apple Silicon M1,and removes the macos-13 jobs, which ran on x86-64.Other operating systems jobs continue to run on x86-64 machines(and none on ARM, yet). Only the macOS jobs are removed.This change leaves Python 3.7 without any macOS test job. That isprobably okay, since it has been end-of-life for some time, andit remains tested on Ubuntu and Windows.
1 parent0b81749 commitc2bbaf4

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", "macos-14", "windows-latest"]
16+
os:["ubuntu-latest", "macos-14", "windows-latest"]
1717
python-version:["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818
exclude:
1919
-os:"macos-14"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp