From 602a60999547ed13134232b54f041bfac6ccc35b Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 24 May 2024 10:05:27 +0200 Subject: [PATCH] ci: check if floating-point issue exists on macos-13 as well --- .github/workflows/ci-conan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index abf0bd27..03768356 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -144,7 +144,7 @@ jobs: } - { name: "Apple Clang 15", - os: macos-14, + os: macos-13, compiler: { type: APPLE_CLANG,