From 4c4e298fad28f52cad4bda6a57b028f99e360c3f Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Mon, 16 Sep 2024 01:11:19 +0300 Subject: [PATCH] GitHub Actions: updated cmake to use macos-latest instead of macos-11 --- .github/workflows/build-posix-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-posix-cmake.yml b/.github/workflows/build-posix-cmake.yml index dedc01357..50f9ef902 100644 --- a/.github/workflows/build-posix-cmake.yml +++ b/.github/workflows/build-posix-cmake.yml @@ -9,7 +9,7 @@ jobs: build-posix-cmake: strategy: matrix: - os: [macos-11, ubuntu-latest] + os: [macos-latest, ubuntu-latest] use_namespace: [false, true] runs-on: ${{ matrix.os }}