From 7ee2173aca9a70f50385fe7789e1da22596644cd Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Tue, 12 Mar 2024 12:38:25 -0600 Subject: [PATCH] Update CI image to macOS 14 --- .github/workflows/mac-builds.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/mac-builds.yml b/.github/workflows/mac-builds.yml index 259d8b36..05271ff4 100644 --- a/.github/workflows/mac-builds.yml +++ b/.github/workflows/mac-builds.yml @@ -4,11 +4,7 @@ on: [push, pull_request] jobs: build: - # macos-12 updated to a toolchain that crashes when linking the - # test binary. This seems to be a known bug in that version, - # and will eventually get fixed in an update. After that, we can go - # back to newer macos images. - runs-on: macos-11 + runs-on: macos-14 strategy: matrix: cxx: