From 9f5a992ffae6ff3933b074763f332bb22e433fa0 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Mon, 25 Nov 2024 20:07:45 +0000 Subject: [PATCH] Remove GHA macos-12 as it is not offered any more. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f825ad0..8d1b4e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,6 @@ jobs: - { name: Clang w/ sanitizers, sanitize: yes, compiler: clang-12, cxxstd: '11,14,17,20', os: ubuntu-20.04, stdlib: 'libc++', install: 'clang-12 libc++-12-dev libc++abi-12-dev' } - - { compiler: clang, cxxstd: '11,14,17,20', os: macos-12 } - { name: MacOS w/ clang and sanitizers, compiler: clang, cxxstd: '11,14,17,20,2b', os: macos-13, sanitize: yes } - { compiler: clang, cxxstd: '11,14,17,20,2b', os: macos-14 }