Skip to content

Commit ae6744b

Browse files
committed
ci: Run Docker tests on Ubuntu 24.04
1 parent 7ea37c5 commit ae6744b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
171171
docker:
172172
name: docker
173-
runs-on: ubuntu-22.04
173+
runs-on: ubuntu-24.04
174174
steps:
175175

176176
- name: "Set up QEMU"
@@ -239,9 +239,9 @@ jobs:
239239
python3-wheel \
240240
python3-nose \
241241
python3-requests \
242-
postgresql-14-ip4r
242+
postgresql-16-ip4r
243243
244-
sudo -H pip3 install -r nipap/requirements.txt # needed to run test suite
244+
sudo -H pip3 install -I --break-system-packages -r nipap/requirements.txt # needed to run test suite
245245
246246
# Set up PostgreSQL
247247
sudo service postgresql start

0 commit comments

Comments
 (0)