Skip to content

Commit

Permalink
actions: bump macos from 12 to 13 because homebrew drops 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Sep 30, 2024
1 parent 4a0124d commit 3770202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR-check-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-macos-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3770202

Please sign in to comment.