From af091cc4e763d96eb179705d949b8ca81c18cae1 Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Mon, 24 Jun 2024 14:53:32 +0300 Subject: [PATCH] CI: Do not use soon-to-be-deprecated macos-11 runner. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 80ce788b9d..131ab35b4b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -74,7 +74,7 @@ jobs: backend: [ 'botan' ] shared_libs: [ 'on' ] include: - - { os: 'macos-11', backend: 'openssl@1.1', shared_libs: 'on' } + - { os: 'macos-12', backend: 'openssl@1.1', shared_libs: 'on' } - { os: 'macos-14', backend: 'openssl@3', shared_libs: 'on' } - { os: 'macos-14', backend: 'botan', shared_libs: 'off' } - { os: 'macos-14', backend: 'botan3', shared_libs: 'on' }