Update MacOS runner
Per https://github.com/actions/virtual-environments/issues/5583 Fix #2984
This commit is contained in:
		
							parent
							
								
									22d39cd684
								
							
						
					
					
						commit
						457d11ebd8
					
				
							
								
								
									
										2
									
								
								.github/workflows/continuous_deployment.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/continuous_deployment.yml
									
									
									
									
										vendored
									
									
								
							@ -104,7 +104,7 @@ jobs:
 | 
				
			|||||||
        strategy:
 | 
					        strategy:
 | 
				
			||||||
            fail-fast: false
 | 
					            fail-fast: false
 | 
				
			||||||
            matrix:
 | 
					            matrix:
 | 
				
			||||||
                os: [{genus: macos-10.15, family: osx}]
 | 
					                os: [{genus: macos-11, family: osx}]
 | 
				
			||||||
                compiler: [{cc: clang, cxx: clang++}]
 | 
					                compiler: [{cc: clang, cxx: clang++}]
 | 
				
			||||||
                cmake_build_type: [Debug, Release]
 | 
					                cmake_build_type: [Debug, Release]
 | 
				
			||||||
        steps:
 | 
					        steps:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/continuous_integration.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/continuous_integration.yml
									
									
									
									
										vendored
									
									
								
							@ -64,7 +64,7 @@ jobs:
 | 
				
			|||||||
        strategy:
 | 
					        strategy:
 | 
				
			||||||
            fail-fast: false
 | 
					            fail-fast: false
 | 
				
			||||||
            matrix:
 | 
					            matrix:
 | 
				
			||||||
                os: [macos-10.15]
 | 
					                os: [macos-11]
 | 
				
			||||||
                compiler: [{cc: clang, cxx: clang++}]
 | 
					                compiler: [{cc: clang, cxx: clang++}]
 | 
				
			||||||
                cmake_build_type: [Debug, Release]
 | 
					                cmake_build_type: [Debug, Release]
 | 
				
			||||||
        steps:
 | 
					        steps:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user