Skip to content

Commit

Permalink
Merge pull request ANTsX#1673 from cookpa/arm_runner
Browse files Browse the repository at this point in the history
ENH: Use new M1 runner
  • Loading branch information
cookpa authored Feb 2, 2024
2 parents c1719ee + b517dbe commit 05d94c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
build_type: "Release",
generators: "Ninja"
}
- {
name: "Macos-14-clang",
os: macos-14,
cc: "clang",
cxx: "clang++",
build_type: "Release",
generators: "Ninja"
}
- {
name: "Macos-12-clang",
os: macos-12,
Expand Down

0 comments on commit 05d94c2

Please sign in to comment.