From 491289b5e1cb79f62ae157372b70ed8cf5e2ff8d 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. Closes #402 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 536f8609..4a510b49 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -136,7 +136,7 @@ jobs: - '1.20' - 'stable' runs-on: - - macos-11 + - macos-14 - macos-12 tarantool: - brew