Skip to content

Commit

Permalink
Drop Ubuntu Bionic 18.04 as it has been deprecated by GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Apr 4, 2023
1 parent 10ac203 commit 96276a5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
shared_libs: OFF
build_julia: ON
display_stack_trace: OFF
- os: ubuntu-18.04
expat: OFF
shared_libs: OFF
build_julia: ON
display_stack_trace: OFF
env:
static_link: ${{ matrix.expat == 'OFF' && matrix.shared_libs == 'OFF' }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -804,7 +799,7 @@ jobs:
## Release files
- Windows 64 bits
- `JSBSim-${{ env.VERSION }}-setup.exe` (Windows installer compiled with Microsoft ${{ env.MSVC_VERSION }})
- Ubuntu Bionic 18.04 and Focal 20.04 - amd64
- Ubuntu Focal 20.04 and Jammy 22.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`
Expand Down

0 comments on commit 96276a5

Please sign in to comment.