Skip to content

Commit

Permalink
Merge branch 'fix/remove-ubuntu-18.04-from-ci' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
migueltaylor committed Aug 22, 2023
2 parents 9ad6f01 + 1e7b535 commit 2463dfb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
include:
- os: ubuntu-22.04
Expand Down Expand Up @@ -55,7 +54,6 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
include:
- os: ubuntu-22.04
Expand All @@ -76,11 +74,7 @@ jobs:
sudo apt install ninja-build python3-wheel
sudo pip3 install meson
- name: Generate for Ubuntu 18.04
if: ${{ matrix.os == 'ubuntu-18.04' }}
run: meson --werror build -Dpython.purelibdir=/usr/lib/python3/dist-packages/
- name: Generate for Ubuntu 20.04 and above
if: ${{ matrix.os != 'ubuntu-18.04' }}
run: meson --werror build -Dpython.install_env=auto
- name: Compile
run: ninja -C build
Expand Down

0 comments on commit 2463dfb

Please sign in to comment.