Skip to content

Commit

Permalink
No runners available for Apple Silicon -> disabling for now
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Apr 8, 2024
1 parent fbc8739 commit a10076c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ jobs:
build_type: "Debug", cc: "clang", cxx: "clang++",
build_gen: "Unix Makefiles"
}
- {
name: "macOS Latest Release (Apple Silicon)",
os: macos-14-arm64,
build_type: "Release", cc: "clang", cxx: "clang++",
build_gen: "Unix Makefiles"
}
- {
name: "macOS Latest Debug (Apple Silicon)",
os: macos-14-arm64,
build_type: "Debug", cc: "clang", cxx: "clang++",
build_gen: "Unix Makefiles"
}
# - {
# name: "macOS Latest Release (Apple Silicon)",
# os: macos-14-arm64,
# build_type: "Release", cc: "clang", cxx: "clang++",
# build_gen: "Unix Makefiles"
# }
# - {
# name: "macOS Latest Debug (Apple Silicon)",
# os: macos-14-arm64,
# build_type: "Debug", cc: "clang", cxx: "clang++",
# build_gen: "Unix Makefiles"
# }
- {
name: "Windows Latest MSVC Debug",
os: windows-latest,
Expand Down

0 comments on commit a10076c

Please sign in to comment.