From ec23b8d4ceef42cf976b779235dcb685544119ea Mon Sep 17 00:00:00 2001 From: Claire Villard Date: Tue, 9 Dec 2025 09:23:58 +0100 Subject: [PATCH] Replace unsupported images macos-13 by macos-14 for QA --- .github/workflows/qa-deprecated-c-cpp.yml | 2 +- .github/workflows/qa-install-build-wrapper.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa-deprecated-c-cpp.yml b/.github/workflows/qa-deprecated-c-cpp.yml index f3f2879..aa2ace0 100644 --- a/.github/workflows/qa-deprecated-c-cpp.yml +++ b/.github/workflows/qa-deprecated-c-cpp.yml @@ -12,7 +12,7 @@ jobs: name: Action outputs strategy: matrix: - os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13] + os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14] cache: [true, false] include: - arch: X64 diff --git a/.github/workflows/qa-install-build-wrapper.yml b/.github/workflows/qa-install-build-wrapper.yml index 4ec9888..591337a 100644 --- a/.github/workflows/qa-install-build-wrapper.yml +++ b/.github/workflows/qa-install-build-wrapper.yml @@ -12,7 +12,7 @@ jobs: name: Action outputs strategy: matrix: - os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13] + os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14] cache: [true, false] include: - arch: X64