From 6e0f3320894b887f3d711539a9c412d0cad52d01 Mon Sep 17 00:00:00 2001 From: Dmitriy Suponitskiy Date: Mon, 21 Apr 2025 11:58:44 -0400 Subject: [PATCH] Updated manual.yml with newer compiler versions --- .github/workflows/manual.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 8d6af32..b429e98 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -14,7 +14,7 @@ on: description: 'Compiler type' type: string required: true - default: 'GLANG-14' + default: 'GLANG-18' native_backend: description: 'Size of NativeInteger' type: string @@ -34,10 +34,10 @@ on: description: 'Compiler type' type: choice options: - - 'GCC-12' - - 'CLANG-14' + - 'GCC-14' + - 'CLANG-18' required: true - default: 'GLANG-14' + default: 'GLANG-18' native_backend: description: 'Size of NativeInteger' type: choice