actions: bump macos from 12 to 13 because homebrew drops 12 support

This commit is contained in:
shenleban tongying 2024-09-30 18:50:35 -04:00
parent 4a0124de3b
commit 3770202ce7
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ jobs:
cmake --build ./build_dir cmake --build ./build_dir
job_macos_build_check: job_macos_build_check:
name: macos Build and analyze name: macos Build and analyze
runs-on: macos-12 runs-on: macos-13
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:

View file

@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-12,macos-14] os: [macos-13,macos-14]
qt_ver: [ 6.7.3,6.6.3 ] qt_ver: [ 6.7.3,6.6.3 ]
qt_arch: [clang_64] qt_arch: [clang_64]
env: env: