Skip to content

Commit 57f5c8a

Browse files
authored
Merge pull request #1051 from DaddyWesker/macos13-remove
remove macos13
2 parents 854f3b7 + 5e1e6b1 commit 57f5c8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
os:
1212
description: 'JSON array of OS to be checked'
1313
required: true
14-
default: "[\"ubuntu-22.04\", \"ubuntu-24.04\", \"macos-13\", \"macos-14\", \"macos-15\", \"windows-latest\"]"
14+
default: "[\"ubuntu-22.04\", \"ubuntu-24.04-arm\", \"windows-2025\", \"macos-15-intel\", \"macos-15\"]"
1515
type: string
1616
python-version:
1717
description: 'JSON array of Python versions to be checked'

.github/workflows/ci-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: ["ubuntu-22.04", "ubuntu-24.04", "macos-13", "macos-14", "macos-15", "windows-latest"]
14+
os: ["ubuntu-22.04", "ubuntu-24.04-arm", "windows-2025", "macos-15-intel", "macos-15"]
1515
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616
cmake-version: ["3.24.x"]
1717
build-type: ["Debug", "Release"]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: ["ubuntu-22.04", "windows-latest", "macos-13", "macos-14", "ubuntu-24.04-arm"]
23+
os: ["ubuntu-22.04", "ubuntu-24.04-arm", "windows-2025", "macos-15-intel", "macos-15"]
2424
max-parallel: 5
2525

2626
steps:

0 commit comments

Comments
 (0)