From 070badf6935e17bb74c5a9d0e08969f640b4a87b Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Mon, 6 May 2024 17:01:12 +0200 Subject: [PATCH] Add CI for `macos-14`. (#993) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49f415e82..cb9d92ea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -293,10 +293,13 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ "macOS-12" ] + os: [ "macOS-14" ] cxxstd: ["14", "17", "20"] include: + - os: "macOS-12" + cxxstd: "14" + - os: "macOS-13" cxxstd: "20"