From aa86bbbe7c84a30adc18ec9a772e34c6cc5aa78d Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Thu, 17 Oct 2024 11:03:36 -0400 Subject: [PATCH] Revert "Update unit_test_macos_x64.yml" This reverts commit 759913c4d89f4916cc05bed972d3ae26a3f37f24. --- .github/workflows/unit_test_macos_x64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_test_macos_x64.yml b/.github/workflows/unit_test_macos_x64.yml index c6032e7..40b7eda 100644 --- a/.github/workflows/unit_test_macos_x64.yml +++ b/.github/workflows/unit_test_macos_x64.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] - c_compiler: [clang] - cxx_compiler: [clang++] + c_compiler: [gcc-13] + cxx_compiler: [g++-13] steps: - uses: actions/checkout@v4