From 8e97384e919802d7fb69002dce5e5bd4a0403b1e Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 5 Jul 2024 02:39:55 +0200 Subject: [PATCH] workaround other macos deficiencies. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6bad80ec..e061948c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest, macos-13] uses: ./.github/workflows/cmake-single-os.yml with: os: ${{ matrix.os}}