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

Commit4e87ef3

Browse files
committed
ci: Update macOS runners / versions
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/- CI: Switch to macOS 15 Intel runner (macOS 14 is still tested with Apple Silicon)- Nightly: Use macOS 15 Intel runner for nightly releases (macOS 14 would be better to align with actual Intel releases, but it is a -large runner, thus possibly metered)- Releases: Use macOS 14 for Intel releases This is a -large runner, but releases don't happen often.
1 parent2f8234e commit4e87ef3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,14 @@ jobs:
202202
-testenv:py314-pyqt610
203203
os:ubuntu-24.04
204204
python:"3.14"
205-
### macOSVentura
205+
### macOSSonoma (M1 runner)
206206
-testenv:py314-pyqt610
207-
os:macos-13
207+
os:macos-14
208208
python:"3.14"
209209
args:"tests/unit"# Only run unit tests on macOS
210-
### macOSSonoma (M1 runner)
210+
### macOSSequoia (Intel runner)
211211
-testenv:py314-pyqt610
212-
os:macos-14
212+
os:macos-15-intel
213213
python:"3.14"
214214
args:"tests/unit"# Only run unit tests on macOS
215215
### Windows

‎.github/workflows/nightly.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast:false
1515
matrix:
1616
include:
17-
-os:macos-13
17+
-os:macos-15-intel
1818
toxenv:build-release
1919
name:macos-intel
2020
-os:macos-14
@@ -23,7 +23,7 @@ jobs:
2323
-os:windows-latest
2424
toxenv:build-release
2525
name:windows
26-
-os:macos-13
26+
-os:macos-15-intel
2727
args:--debug
2828
toxenv:build-release
2929
name:macos-debug-intel

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ jobs:
153153
strategy:
154154
matrix:
155155
include:
156-
-os:macos-13
157-
-os:macos-14
156+
-os:macos-14-large# Intel
157+
-os:macos-14# Apple Silicon
158158
-os:windows-2022
159159
-os:ubuntu-24.04
160160
runs-on:"${{ matrix.os }}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp