mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-10 20:23:12 +08:00
GA: replace windows-2019 with windows-latest
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 * * *
|
- cron: 0 17 * * *
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
2
.github/workflows/vcpkg.yml
vendored
2
.github/workflows/vcpkg.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019]
|
os: [windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Tesseract Source (--head from main branch)
|
- name: Checkout Tesseract Source (--head from main branch)
|
||||||
|
Loading…
Reference in New Issue
Block a user