From 690b2164db2aa98f36e263719d2eb6a0e11661fd Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 28 Apr 2024 02:18:18 +0200 Subject: [PATCH] github_ci: disabled macos-latest --- .github/workflows/github_ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]