mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	test-compile: gcc-14 as newest
This commit is contained in:
		
							parent
							
								
									7b23e3afa2
								
							
						
					
					
						commit
						f2d7833b2b
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/test-compile.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-compile.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -34,9 +34,7 @@ jobs:
 | 
			
		|||
          - 'gcc-10'
 | 
			
		||||
          # newest, make sure to update maximum standard step to match
 | 
			
		||||
          - 'clang-19'
 | 
			
		||||
          - 'gcc-13'
 | 
			
		||||
          - 'gcc-14'
 | 
			
		||||
          - 'gcc-15'
 | 
			
		||||
        include:
 | 
			
		||||
          # macOS
 | 
			
		||||
          - os: macos-13
 | 
			
		||||
| 
						 | 
				
			
			@ -71,7 +69,7 @@ jobs:
 | 
			
		|||
 | 
			
		||||
      # maximum standard, only on newest compilers
 | 
			
		||||
      - name: Build C++20
 | 
			
		||||
        if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-13' }}
 | 
			
		||||
        if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-14' }}
 | 
			
		||||
        shell: bash
 | 
			
		||||
        run: |
 | 
			
		||||
          make config-$CC_SHORT
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue