mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	test-compile: Update latest clang
Use clang-19 as latest
This commit is contained in:
		
							parent
							
								
									37acfce8c4
								
							
						
					
					
						commit
						2403c406fb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/test-compile.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-compile.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -33,7 +33,7 @@ jobs:
 | 
				
			||||||
          - 'clang-16'
 | 
					          - 'clang-16'
 | 
				
			||||||
          - 'gcc-10'
 | 
					          - 'gcc-10'
 | 
				
			||||||
          # newest, make sure to update maximum standard step to match
 | 
					          # newest, make sure to update maximum standard step to match
 | 
				
			||||||
          - 'clang-18'
 | 
					          - 'clang-19'
 | 
				
			||||||
          - 'gcc-13'
 | 
					          - 'gcc-13'
 | 
				
			||||||
        include:
 | 
					        include:
 | 
				
			||||||
          # macOS
 | 
					          # macOS
 | 
				
			||||||
| 
						 | 
					@ -72,7 +72,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # maximum standard, only on newest compilers
 | 
					      # maximum standard, only on newest compilers
 | 
				
			||||||
      - name: Build C++20
 | 
					      - name: Build C++20
 | 
				
			||||||
        if: ${{ matrix.compiler == 'clang-18' || matrix.compiler == 'gcc-13' }}
 | 
					        if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-13' }}
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          make config-$CC_SHORT
 | 
					          make config-$CC_SHORT
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue