Skip to content

Commit 56bb9b9

Browse files
committed
Remove references to the Ubuntu Xenial release as it is no longer supported by GitHub.
1 parent 8e57b52 commit 56bb9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ jobs:
584584
## Release files
585585
- Windows 64 bits
586586
- `JSBSim-${{ env.VERSION }}-setup.exe` (Windows installer)
587-
- Ubuntu Xenial 16.04, Bionic 18.04 or Focal 20.04 - amd64
587+
- Ubuntu Bionic 18.04 and Focal 20.04 - amd64
588588
- `*.deb` (Debian packages)
589589
- 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.
590590
- 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`

0 commit comments

Comments
 (0)