From 2d6389bfd57e93f208e14ac652941a3f11b1d2c0 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 11 Jan 2024 01:49:29 +0100 Subject: [PATCH] Updating images for CI --- ci/drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/drone.yml b/ci/drone.yml index 6dd5beb..3bcf9f2 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -12,7 +12,7 @@ steps: - git submodule update --init --recursive - name: Linux test - image: ad5001/ubuntu-pyside6-xvfb:jammy-6.5.0 + image: ad5001/ubuntu-pyside6-xvfb:jammy-6.6.1 commands: - xvfb-run python3 run.py --test-build --no-check-for-updates - xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf @@ -39,7 +39,7 @@ steps: - name: Windows building - image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0-rev1 + image: ad5001/ubuntu-pyside6-xvfb-wine:win10-6.6.1 commands: - bash scripts/build-wine.sh - bash scripts/package-wine.sh