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
|
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:
|
||||||
|
|
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 }}
|
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:
|
||||||
|
|
Loading…
Reference in a new issue