소스 검색

Updated manual.yml with newer compiler versions

Dmitriy Suponitskiy 10 달 전
부모
커밋
6e0f332089
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      .github/workflows/manual.yml

+ 4 - 4
.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