mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
GA: replace windows-2019 with windows-latest
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled
This commit is contained in:
parent
3b7c70e34d
commit
de095fc074
2
.github/workflows/msys2.yml
vendored
2
.github/workflows/msys2.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- cron: 0 17 * * *
|
||||
jobs:
|
||||
windows:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
2
.github/workflows/vcpkg.yml
vendored
2
.github/workflows/vcpkg.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-2019]
|
||||
os: [windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout Tesseract Source (--head from main branch)
|
||||
|
Loading…
Reference in New Issue
Block a user