From 5111c6f51bb10cc4845e13cf0b71f4718d9adb91 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 29 Oct 2021 08:56:48 -0600 Subject: [PATCH] fix CI compiler --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70dbc758..151fb9d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false max-parallel: 20 matrix: - branch: [v1.2.6] + branch: [v1.4.6] target: # Unit tests - os: linux