diff --git a/.github/workflows/github_ci.yml b/.github/workflows/github_ci.yml index 897302a8..f6165090 100644 --- a/.github/workflows/github_ci.yml +++ b/.github/workflows/github_ci.yml @@ -13,7 +13,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + # os: [ubuntu-latest, macos-latest] + # macos is broken for now + os: [ubuntu-latest] compiler: [gcc, clang] build_system: [makefile, mymake] hyper_use_rviz: [rviz_1, rviz_0]