From f34e08ad58c901eebf6f6b20cf78ac1751443aae Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 24 Sep 2023 15:36:54 +0100 Subject: [PATCH] Tools: Trying to fix random CI failures (#8949) --- .github/workflows/github-actions-main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-main.yml b/.github/workflows/github-actions-main.yml index 1bba4477f..bf93d54ba 100644 --- a/.github/workflows/github-actions-main.yml +++ b/.github/workflows/github-actions-main.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: pre_job: if: github.repository == 'laurent22/joplin' - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 outputs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-2019] + os: [macos-latest, ubuntu-20.04, windows-2019] steps: # Trying to fix random networking issues on Windows @@ -139,7 +139,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-20.04] steps: - name: Install Docker Engine