Skip to content

Commit 1bd4a4d

Browse files
committed
Update test containers.
1 parent 864af0f commit 1bd4a4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ trigger:
44
- main
55

66
pool:
7-
vmImage: "ubuntu-20.04"
7+
vmImage: "ubuntu-22.04"
88

99
variables:
1010
IMAGE_REGISTRY: "ghcr.io/geodynamics/pylith_installer"
@@ -48,10 +48,12 @@ stages:
4848
BASE_IMAGE: "testenv-ubuntu-22.04"
4949
ubuntu_23.04:
5050
BASE_IMAGE: "testenv-ubuntu-23.04"
51-
fedora_37:
52-
BASE_IMAGE: "testenv-fedora-37"
51+
ubuntu_23.10:
52+
BASE_IMAGE: "testenv-ubuntu-23.10"
5353
fedora_38:
5454
BASE_IMAGE: "testenv-fedora-38"
55+
fedora_39:
56+
BASE_IMAGE: "testenv-fedora-39"
5557
centos_7:
5658
BASE_IMAGE: "testenv-centos-7"
5759
rockylinux_8:

0 commit comments

Comments
 (0)