From f95044f39d5734e590fd368c76dad44f81c3257e Mon Sep 17 00:00:00 2001 From: Andrey Saranchin Date: Mon, 14 Oct 2024 23:08:52 +0300 Subject: [PATCH] ci: replace macos-11 workflows with newer ones GitHub Actions does not support `macos-11` anymore - let's replace it with the newer versions. --- .github/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index bba153280..49599b866 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,8 +16,9 @@ jobs: runs-on: - ubuntu-20.04 - ubuntu-22.04 - - macos-11 - macos-12 + - macos-13 + - macos-14 build-type: - Debug - RelWithDebInfo