1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Tools: Trying to go back to windows-2016 to fix CI build

This commit is contained in:
Laurent Cozic
2021-12-09 20:18:04 +01:00
parent 1626170ea6
commit 03c8942a74

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest, windows-2016]
steps: steps:
# Silence apt-get update errors (for example when a module doesn't # Silence apt-get update errors (for example when a module doesn't