Skip to content

Commit

Permalink
WIP: M1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Feb 1, 2024
1 parent b909304 commit b517dbe
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 b517dbe

Please sign in to comment.