Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Switch native builds to Ubuntu 22.04 LTS #579

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/ci-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -34,14 +34,8 @@ jobs:
libgirepository1.0-dev gir1.2-glib-2.0 gir1.2-soup-2.4 \
libwayland-bin libwayland-dev wayland-protocols libepoxy-dev \
libdrm-dev libinput-dev libudev-dev libgbm-dev \
libxkbcommon-x11-dev libx11-xcb-dev libxcb-cursor-dev
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install Python Packages
run: |
pip install --upgrade pip gi-docgen==2021.6 meson==0.55
libxkbcommon-x11-dev libx11-xcb-dev libxcb-cursor-dev \
libportal-dev gi-docgen meson
- name: Fetch libwpe
run: |
if [[ -d ~/libwpe/.git ]] ; then
Expand Down