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.
This commit is contained in:
Rebecca Breu 2023-11-24 07:27:01 +01:00
parent c38f8e3482
commit b2f7b9d0b4
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -30,7 +30,7 @@ Installation
Stable Release
~~~~~~~~~~~~~~
Get the file for your operating system (Windows, Linux, macOS) from the `latest release <https://github.com/rbreu/beeref/releases>`_.
Get the file for your operating system (Windows, Linux, macOS) from the `latest release <https://github.com/rbreu/beeref/releases>`_. 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 <https://github.com/rbreu/beeref/releases>`_ in ``~/.local/share/applications``, save the `logo <https://raw.githubusercontent.com/rbreu/beeref/main/beeref/assets/logo.png>`_, and adjust the path names in the desktop file to match the location of your BeeRef installation.