GA: replace windows-2019 with windows-latest
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled

This commit is contained in:
zdenop 2025-06-01 13:24:20 +02:00
parent 3b7c70e34d
commit de095fc074
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
- cron: 0 17 * * *
jobs:
windows:
runs-on: windows-2019
runs-on: windows-latest
strategy:
fail-fast: false
matrix:

View File

@ -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)