From 629efa42e201e9fedef72bb31eb50b7067f50394 Mon Sep 17 00:00:00 2001 From: pantor Date: Sat, 5 Oct 2024 09:42:28 +0200 Subject: [PATCH] add macos 14 test --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f93704..a84d327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,9 +64,9 @@ jobs: os: macOS-13 compiler: clang - # - name: macOS-14-clang - # os: macOS-14 - # compiler: clang + - name: macOS-14-clang + os: macOS-14 + compiler: clang steps: - uses: actions/checkout@v4