From 51d23de5d386ff9b0f2919c7654091ddd01559cc Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Sun, 20 Oct 2024 13:11:25 +0800 Subject: [PATCH] ci macos-x86_64: Upgrade to the macos-14-large image --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af57999e2..09c99d323 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -408,7 +408,7 @@ jobs: python-version: 3.12.x output-id: artifact_windows - name: macos-x86_64 - os: macos-12 + os: macos-14-large arch: x86_64 package: true - name: macos-arm64 @@ -644,4 +644,4 @@ jobs: cd sample-cpp mkdir build cmake -B build -DCMAKE_PREFIX_PATH="%CD%/../cutter;%CD%/../cutter-deps/qt" - cmake --build build \ No newline at end of file + cmake --build build