mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-19 03:03:00 +02:00
We need Visual Studio 2019 on CI to build
This commit is contained in:
parent
63cb92bb35
commit
2c3e605441
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue