From b2f7b9d0b46ed20d85b40bdffab577a3c26e3e6a Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Fri, 24 Nov 2023 07:27:01 +0100 Subject: [PATCH] Let build action run on more OSes A user reported that the Linux built from Ubuntu 20 aborted with a segfault. An Ubuntu 22 version worked for them. So let's offer different build versions for download. --- .github/workflows/build.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62a891f..8e99b63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-20.04', 'macos-11', 'windows-latest'] + os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12', 'windows-latest'] steps: - uses: actions/checkout@v4 diff --git a/README.rst b/README.rst index 25bbc54..ce754c4 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Installation Stable Release ~~~~~~~~~~~~~~ -Get the file for your operating system (Windows, Linux, macOS) from the `latest release `_. +Get the file for your operating system (Windows, Linux, macOS) from the `latest release `_. The different Linux versions are built on different versions of Ubuntu. The should work on other distros as well, but you might have to try which one works. **Linux users** need to give the file executable rights before running it. Optional: If you want to have BeeRef appear in the app menu, save the desktop file from the `release section `_ in ``~/.local/share/applications``, save the `logo `_, and adjust the path names in the desktop file to match the location of your BeeRef installation.