From 56bb9b9cfbcd06d80afd682cea42b9d049488824 Mon Sep 17 00:00:00 2001 From: Bertrand Coconnier Date: Sun, 7 Nov 2021 19:13:31 +0100 Subject: [PATCH] Remove references to the Ubuntu Xenial release as it is no longer supported by GitHub. --- .github/workflows/cpp-python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-python-build.yml b/.github/workflows/cpp-python-build.yml index 6f46fa28e4..92cc2f3db9 100644 --- a/.github/workflows/cpp-python-build.yml +++ b/.github/workflows/cpp-python-build.yml @@ -584,7 +584,7 @@ jobs: ## Release files - Windows 64 bits - `JSBSim-${{ env.VERSION }}-setup.exe` (Windows installer) - - Ubuntu Xenial 16.04, Bionic 18.04 or Focal 20.04 - amd64 + - Ubuntu Bionic 18.04 and Focal 20.04 - amd64 - `*.deb` (Debian packages) - Python wheel packages can be installed from [PyPI](https://pypi.org/project/JSBSim/) with the command `pip install jsbsim` or `pip install --upgrade jsbsim` when JSBSim is already installed on your system. - Conda packages are available from [conda-forge](https://anaconda.org/conda-forge/jsbsim). To install this package with conda run: `conda install -c conda-forge jsbsim`