From a59e0731650fa0553f786bb41a19ae4351a8f871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=A4der?= Date: Wed, 10 Jul 2024 14:21:11 +0200 Subject: [PATCH] Update Mac OS version to 14 in CI (#13908) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Mäder --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2bdf6bf21774a..06c97f26cbaa0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -51,7 +51,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, ubuntu-latest, macos-11] + os: [windows-2019, ubuntu-latest, macos-14] node: [16.x, 18.x, 20.x] runs-on: ${{ matrix.os }}