1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-08 23:07:32 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Laurent Cozic
e579eb9560 Desktop release v2.14.22 2024-05-22 15:00:35 +01:00
Henry Heino
36aaf5a10c Chore: Fix CI build for x86 MacOS (#10453) 2024-05-21 15:15:50 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
matrix:
# Do not use unbuntu-latest because it causes `The operation was canceled` failures:
# https://github.com/actions/runner-images/issues/6709
os: [macos-latest, ubuntu-20.04, windows-2019]
os: [macos-12, ubuntu-20.04, windows-2019]
steps:
# Trying to fix random networking issues on Windows

View File

@@ -1,6 +1,6 @@
{
"name": "@joplin/app-desktop",
"version": "2.14.21",
"version": "2.14.22",
"description": "Joplin for Desktop",
"main": "main.js",
"private": true,