From a539a86ae286315978089d94f325ac3ac47ab243 Mon Sep 17 00:00:00 2001 From: Andrey Saranchin Date: Tue, 6 Aug 2024 16:04:21 +0300 Subject: [PATCH] ci: replace macos-11 runners with macos-14 Since GitHub does not support `macos-11` runners anymore, jobs using these runners just hang. Let's replace them with the most actual `macos-14` runners. Now we test the project against 12 and 14 versions: we could fill the gap, but let's not create new runners without actual need. Tarantool 1.10 fails to build on `macos-14` runner, so this combination is excluded from testing matrix. Closes #402 --- .github/workflows/testing.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 536f8609..17fe6370 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -136,11 +136,14 @@ jobs: - '1.20' - 'stable' runs-on: - - macos-11 - macos-12 + - macos-14 tarantool: - brew - 1.10.15 + exclude: + - runs-on: macos-14 + tarantool: 1.10.15 env: # Make sense only for non-brew jobs.