Skip to content

Commit

Permalink
Drop Ubuntu 22.04 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Sep 22, 2024
1 parent e71099d commit 4eb0ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
os: [macos-12, macos-13, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
os: [macos-12, macos-13, ubuntu-22.04, ubuntu-24.04]

steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get -y install -qq gettext gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-4 gir1.2-pango-1.0 gir1.2-webkit2-4.0 python3 python3-enchant python3-gi python3-yaml
sudo apt-get -y install -qq gettext gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-4 gir1.2-pango-1.0 gir1.2-webkit2-4.1 python3 python3-enchant python3-gi python3-yaml
python3 -m pip install setuptools tox
- name: Install dependencies (macOS)
Expand Down

0 comments on commit 4eb0ba7

Please sign in to comment.