CI: update jobs (#3050)

This commit is contained in:
Ivan Nardi 2025-12-04 19:15:28 +00:00 committed by GitHub
parent 8b167cc25b
commit 73d2c8657d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -141,8 +141,8 @@ jobs:
strategy:
fail-fast: true
matrix:
# macos-14 and 15 are on **ARM64**
os: ["ubuntu-22.04", "ubuntu-24.04", "macOS-13", "macOS-14", "macOS-15", "ubuntu-22.04-arm", "ubuntu-24.04-arm"]
# macos-14,15 and 26 are on **ARM64**
os: ["ubuntu-22.04", "ubuntu-24.04", "macos-15-intel", "macOS-14", "macOS-15", "macOS-26", "ubuntu-22.04-arm", "ubuntu-24.04-arm"]
steps:
- uses: actions/checkout@v4
with: