From 06ee0d8277d5609f575b734af0d9e49e222f4c5f Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Thu, 5 Dec 2024 17:31:36 -0800 Subject: [PATCH] :arrow_up: Use macos-latest in CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a15ae2e..ec2ed55 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: enable_coverage: ${{ inputs.coverage }} profile_path: profiles/x86_64/linux/ - - os: macos-12 + - os: macos-latest installations: brew install llvm@17 && sudo ln -s $(brew --prefix llvm)/bin/clang-tidy /usr/local/bin/ profile_path: profiles/x86_64/mac/