From 587b7dad2803c489b6ed58be86dd6ca98f0fd5ef Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 3 May 2024 14:56:06 +0300 Subject: [PATCH] Revert "Updated ci for macOS" This reverts commit 01646c54d36e7ffd7cd0db47afb4c4c8d32fc3cc. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aa432d9..22df0681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: ctest -j2 --output-on-failure build_osx: - runs-on: macOS-14 + runs-on: macOS-latest name: "OS X Clang (C++20, Release)" steps: - uses: actions/checkout@main