diff --git a/ci/options.json b/ci/options.json index ba969b9b..7181ae06 100644 --- a/ci/options.json +++ b/ci/options.json @@ -62,26 +62,26 @@ "RunPerformance": true }, { - "Image": "ubuntu-latest", + "Image": "ubuntu-22.04", "Name": "Ubuntu_x64_Debug", "Configuration": "Debug", "Arch": "x64" }, { - "Image": "ubuntu-latest", + "Image": "ubuntu-22.04", "Name": "Ubuntu_x86_Release", "Configuration": "Release", "Arch": "x86", "RunPerformance": true }, { - "Image": "ubuntu-latest", + "Image": "ubuntu-22.04", "Name": "Ubuntu_x86_Debug", "Configuration": "Debug", "Arch": "x86" }, { - "Image": "ubuntu-latest", + "Image": "ubuntu-22.04", "Name": "Ubuntu_x64_Release", "Configuration": "Release", "Arch": "x64",