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

Commitbe6744b

Browse files
committed
Use the macos-latest label rather than macos-14
Currently they are the same. The macos-latest label will move tolater versions automatically in the future, like the ubuntu-latestand windows-latest labels that we are already using.In this repo, the macos-14 label had been used originally becauseit was added before the migration of macos-latest to be macos-14was completed. Seegithub/roadmap#926. Itwas kept for clarity of constrast with the macos-13 jobs that werealso in use, some for the same Python versions.Now that the macos-13 jobs have been removed inc2bbaf4, themacos-latest label can be used here without confusion.
1 parentc2bbaf4 commitbe6744b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast:false
1515
matrix:
16-
os:["ubuntu-latest", "macos-14", "windows-latest"]
16+
os:["ubuntu-latest", "macos-latest", "windows-latest"]
1717
python-version:["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818
exclude:
19-
-os:"macos-14"
19+
-os:"macos-latest"
2020
python-version:"3.7"
2121
include:
2222
-experimental:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp