From 92b1c794b3104239ed16ddcdeb9b8a8ca3e23cb7 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 22 Dec 2024 14:06:12 +0300 Subject: [PATCH] Do not test on macos-12 as the images are not available any more --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a5b263..36b7fd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ] + os: [ ubuntu-20.04, ubuntu-22.04, macos-13, macos-14 ] shared: [ OFF, ON ] runs-on: ${{matrix.os}}