Skip to content

Commit

Permalink
CI: Bump test-linux to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Feb 5, 2025
1 parent 811eae6 commit ec6cc5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test-linux:
timeout-minutes: 5
needs: lint
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -33,6 +33,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- run: pip install -U --pre -e .[dev] pyqt6 pyside6 pyqt5
- run: sudo apt-get update
- run: sudo apt-get install -y --no-install-recommends glibc-tools xvfb flwm xdotool libnotify-bin fonts-noto-color-emoji
# There deps were obtained by running with env: QT_DEBUG_PLUGINS=1
- run: sudo apt-get install -y --no-install-recommends libegl1 libxkbcommon-x11-0 libxcb1 libxcb-*{0,1,2,4}
Expand Down

0 comments on commit ec6cc5d

Please sign in to comment.