diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddf43707..4ba2bfce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: cxx: "clang++", } - { - name: "macOS 14", - os: macos-14, + name: "macOS 15", + os: macos-15, cc: "clang", cxx: "clang++", }