From d43a5cfee1fc5b9f19229cf67776d04ba6de5164 Mon Sep 17 00:00:00 2001 From: Alexey Utkin Date: Thu, 29 Sep 2022 14:13:06 +0300 Subject: [PATCH] Update matrix.json Version move up --- .github/workflows/matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index ff610027a..b62971a9a 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -1,7 +1,7 @@ { "include": [ { - "DOCKER_TAG": "2022.8.0", + "DOCKER_TAG": "2022.9.0", "OPERATING_SYSTEM_TAG": "18.04", "LLVM_VERSION_MAJOR": "10" }