Skip to content

Commit 456d8b2

Browse files
authored
remove ubuntu latest from tests (#25)
1 parent 4b0a22a commit 456d8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
1414
python-version: ["3.12"]
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install GTK deps
2525
run: |
26-
sudo apt install libgirepository-1.0-dev libcairo2-dev -y
26+
sudo apt install libgirepository-2.0-dev libcairo2-dev -y
2727
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@v4

0 commit comments

Comments
 (0)