From 3cc5a4c535501d8ef1dbbfca3a2dbf99b7b79d9e Mon Sep 17 00:00:00 2001 From: Eugene Dorfman Date: Wed, 16 Oct 2024 16:30:04 +0200 Subject: [PATCH] FIX: ci temp downgrade to ubuntu-22.04 --- ci/options.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",