mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-10 05:06:07 +01:00
RUN CI on windows-latest
This commit is contained in:
parent
2a32858cdd
commit
7c91fc2bb7
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-2016]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue