mirror of https://github.com/laurent22/joplin.git
Tools: Fixed Windows app build on CI (#6398)
parent
0374505212
commit
6f249c3008
|
@ -6,7 +6,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
# Removed windows-2016 for now - discontinued by GitHub
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
os: [macos-latest, ubuntu-latest, windows-2019]
|
||||
steps:
|
||||
|
||||
# Silence apt-get update errors (for example when a module doesn't
|
||||
|
|
Loading…
Reference in New Issue