From 45dcc667693fe1dcc74c052e9a4f632ad6f5910d Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Wed, 24 Apr 2024 20:30:21 +0200 Subject: [PATCH] ENH: Upgrade GitHub Actions CI from macos-12 to macos-14 Triggered by issue https://github.com/SuperElastix/elastix/issues/1105 "Add macos-14 in CI" submitted by Matt McCormick, as well as a remark by Bradley Lowekamp at https://github.com/SimpleITK/SimpleITK/pull/2104#issuecomment-2075416061 --- .github/workflows/ElastixGitHubActions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ElastixGitHubActions.yml b/.github/workflows/ElastixGitHubActions.yml index d0166285e..8738d22a4 100644 --- a/.github/workflows/ElastixGitHubActions.yml +++ b/.github/workflows/ElastixGitHubActions.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 3 matrix: - os: [ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-22.04, windows-2022, macos-14] include: - os: ubuntu-22.04 c-compiler: "gcc" @@ -29,7 +29,7 @@ jobs: cmake-build-type: "Release" ANNLib: "ANNlib-5.1.dll" vcvars64: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" - - os: macos-12 + - os: macos-14 c-compiler: "clang" cxx-compiler: "clang++" itk-git-tag: "v5.4rc03"