From 20b793c3bb0b475bf8575d6f5a06a702bc9ebd9b Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Thu, 26 Mar 2026 23:36:44 +0100 Subject: [PATCH] test: Use older Ubuntu to fix tests --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebf48501..b9e3e700 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,6 @@ env: ELECTRON_CACHE_DIR: ${{ github.workspace }} FAILURE_LOG: true - permissions: contents: write pull-requests: write @@ -75,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-2022, macos-latest] + os: [ubuntu-22.04, windows-2022, macos-latest] electron: ${{ fromJson(needs.build.outputs.matrix) }} shard: [1, 2, 3, 4] env: