From a7f6033db6ae9e0aa68ac53cc0bbd28545b45000 Mon Sep 17 00:00:00 2001 From: Bogdan Burlacu Date: Sat, 1 Jun 2024 23:04:26 +0200 Subject: [PATCH] CI: remove older macos versions --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index a85fbfe..84b8970 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - os: [ macos-11, macos-12, macos-13, macos-14 ] + os: [ macos-13, macos-14 ] # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix