diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d53c22d8..9cf91d1c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -168,8 +168,8 @@ stages: parameters: testFormat: 2.20/{0} targets: - - name: RHEL 10.0 - test: rhel/10.0 + - name: RHEL 10.1 + test: rhel/10.1 - name: RHEL 9.7 with Docker SDK, urllib3, requests from sources test: rhel/9.7-dev-latest # For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.7 diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 410d4fdd..3ba81ad3 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -230,7 +230,7 @@ ansible_vars = { force_docker_sdk_for_python_dev = { type = "value", value = tru ansible_core = "2.20" target = [ "azp/1/", "azp/2/", "azp/3/", "azp/4/", "azp/5/" ] remote = [ - "rhel/10.0", + "rhel/10.1", # For some reason, Ubuntu 24.04 is *extremely* slower than RHEL 9.6 # "ubuntu/24.04", ]