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

Compare commits

...

1 Commits

Author SHA1 Message Date
Laurent Cozic
15287f7ffe check 2023-09-24 14:15:48 +01:00

View File

@@ -3,7 +3,7 @@ on: [push, pull_request]
jobs: jobs:
pre_job: pre_job:
if: github.repository == 'laurent22/joplin' if: github.repository == 'laurent22/joplin'
runs-on: ubuntu-latest runs-on: ubuntu-20.04
outputs: outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }} should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps: steps:
@@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-2019] os: [macos-latest, ubuntu-20.04, windows-2019]
steps: steps:
# Trying to fix random networking issues on Windows # Trying to fix random networking issues on Windows
@@ -139,7 +139,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-20.04]
steps: steps:
- name: Install Docker Engine - name: Install Docker Engine