Skip to content

Commit 35acce8

Browse files
ci: Use macos-15-intel for x86 macOS tests (#2620)
* As the macos-13 runner images are deprecated use the macos-15-intel runner images to test x86 macOS support. - c.f. https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ * This puts an EOL for x86 macOS support in GitHub Actions of Fall 2027.
1 parent cf7516d commit 35acce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- os: macos-latest
3636
python-version: '3.12'
3737
# Intel runner
38-
- os: macos-13
38+
- os: macos-15-intel
3939
python-version: '3.12'
4040

4141
steps:

0 commit comments

Comments
 (0)