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