mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Update cmake.yml
Use macOS 15 as the macOS 12 runner image will be removed by 12/3/2024
This commit is contained in:
parent
61ed4d9f36
commit
aacc9052b9
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@ -14,11 +14,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
|
||||
- { name: macos-12-clang-14-cmake, os: macos-12, cxx: clang++ } # default
|
||||
- { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
|
||||
|
||||
- { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
|
||||
- { name: macos-14-gcc-14-cmake, os: macos-14, cxx: g++-14 } #installed
|
||||
- { name: macos-15-clang-cmake, os: macos-15, cxx: clang++ } # default
|
||||
|
||||
- { name: ubuntu-22.04-clang-15-cmake, os: ubuntu-22.04, cxx: clang++-15 } #installed
|
||||
|
||||
@ -55,6 +53,8 @@ jobs:
|
||||
brew install ninja
|
||||
ninja --version
|
||||
cmake --version
|
||||
clang++ --version
|
||||
g++ --version
|
||||
if: runner.os == 'macOS'
|
||||
|
||||
- name: Checkout Source
|
||||
|
Loading…
Reference in New Issue
Block a user