mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
actions: bump macos from 12 to 13 because homebrew drops 12 support
This commit is contained in:
parent
4a0124de3b
commit
3770202ce7
2
.github/workflows/PR-check-cmake.yml
vendored
2
.github/workflows/PR-check-cmake.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/release-macos-homebrew.yml
vendored
2
.github/workflows/release-macos-homebrew.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue