Skip to content

Commit

Permalink
ENH: Upgrade GitHub Actions CI from macos-12 to macos-14
Browse files Browse the repository at this point in the history
Triggered by issue #1105 "Add macos-14 in CI" submitted by Matt McCormick, as well as a remark by Bradley Lowekamp at SimpleITK/SimpleITK#2104 (comment)
  • Loading branch information
N-Dekker committed May 7, 2024
1 parent 1de1556 commit 3676d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ElastixGitHubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.4rc04"
Expand Down

0 comments on commit 3676d18

Please sign in to comment.