Skip to content

Commit 887345a

Browse files
committed
COMP: Upgrade from macos-14 to macos-15 in CI
Per #5369 macos 10.15 is the minimum with ITK 6.
1 parent 5e6c04d commit 887345a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
CMAKE_OSX_ARCHITECTURES:STRING=x86_64
5454
ctest-options: ""
5555

56-
- os: macos-14
56+
- os: macos-15
5757
name: "Python"
5858
cmake-build-type: "Release"
5959
cmake-generator: "Ninja"

.github/workflows/pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 0
3737
strategy:
3838
matrix:
39-
os: [ubuntu-22.04, windows-2022, macos-14]
39+
os: [ubuntu-22.04, windows-2022, macos-15]
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v4

0 commit comments

Comments
 (0)