fix: update CI configuration to use macOS 15 instead 13 for intel

This commit is contained in:
scito
2025-10-05 16:05:13 +02:00
committed by Roland Kurmann
parent 6b163cd377
commit 96e92dc295
2 changed files with 16 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ jobs:
matrix:
# 3.x is used to run code coverage
python-version: ["3.x", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-13]
platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-15-intel]
exclude:
- python-version: "3.14"
platform: windows-latest