From 32e3cf4ace3d6f45f41fec7e0941ed4a9ffb5e0a Mon Sep 17 00:00:00 2001 From: Yong Gyu Lee Date: Fri, 27 Dec 2024 11:40:09 +0900 Subject: [PATCH 1/2] Update cxx20_rel_ops.h --- include/preview/__utility/cxx20_rel_ops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/preview/__utility/cxx20_rel_ops.h b/include/preview/__utility/cxx20_rel_ops.h index 660ee94f..8730be37 100644 --- a/include/preview/__utility/cxx20_rel_ops.h +++ b/include/preview/__utility/cxx20_rel_ops.h @@ -17,6 +17,7 @@ #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" +#pragma clang diagnostic ignored "-Wfloat-equal" #endif // automatically generates comparison operators based on user-defined `operator==` and `operator<` in C++20 way From 8b9926c034ef9ba4eb2818d9e1526e46b75f5d72 Mon Sep 17 00:00:00 2001 From: Yong Gyu Lee Date: Fri, 27 Dec 2024 11:49:30 +0900 Subject: [PATCH 2/2] Update macOS version --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 868cc5c1..23a76376 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -235,7 +235,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-latest] + os: [macos-13, macos-14, macos-15] build_type: [Debug, Release] compiler: [clang] include: