From 3770202ce7933fae18946d65c881cae46e96499e Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Mon, 30 Sep 2024 18:50:35 -0400 Subject: [PATCH] actions: bump macos from 12 to 13 because homebrew drops 12 support --- .github/workflows/PR-check-cmake.yml | 2 +- .github/workflows/release-macos-homebrew.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PR-check-cmake.yml b/.github/workflows/PR-check-cmake.yml index f2614626..b42bc794 100644 --- a/.github/workflows/PR-check-cmake.yml +++ b/.github/workflows/PR-check-cmake.yml @@ -45,7 +45,7 @@ jobs: cmake --build ./build_dir job_macos_build_check: name: macos Build and analyze - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/release-macos-homebrew.yml b/.github/workflows/release-macos-homebrew.yml index dea137b9..ab6907d2 100644 --- a/.github/workflows/release-macos-homebrew.yml +++ b/.github/workflows/release-macos-homebrew.yml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-12,macos-14] + os: [macos-13,macos-14] qt_ver: [ 6.7.3,6.6.3 ] qt_arch: [clang_64] env: