From 74f553274f9a27cb02738902494e87df52119fe4 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 23 Nov 2021 14:08:38 +0100 Subject: [PATCH] Update c-cpp.yml Use macos-10.15 instead of "latest". --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 03a8419..0a140d0 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -150,7 +150,7 @@ jobs: strategy: matrix: - os: [macos-latest, macos-11] + os: [macos-10.15, macos-11] steps: - name: Checkout repository