From 09b4bf9e67d9ceffbc07d4a3fec9823bee7d70a4 Mon Sep 17 00:00:00 2001 From: Simon Rodriguez Date: Tue, 1 Aug 2023 13:59:57 +0200 Subject: [PATCH] CI: Update macOS target. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8748232..7b6878c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,7 +14,7 @@ jobs: cmake-opts: - os: windows-2019 cmake-opts: -A x64 - - os: macos-10.15 + - os: macos-11 cmake-opts: runs-on: ${{ matrix.os }}