mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Update Intel Mac builds to macos-13 images for MacOS GitHub Actions
macos-12 images will be removed on 3.12.2024, and macos-14 no longer support Intel-based MacOS in free (OSS) tier.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/mac-builds-m1.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac-builds-m1.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
| name: M1 Mac builds | ||||
| name: Arm Mac builds | ||||
|  | ||||
| on: [push, pull_request] | ||||
|  | ||||
|   | ||||
							
								
								
									
										8
									
								
								.github/workflows/mac-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/mac-builds.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,10 +1,14 @@ | ||||
| name: Mac builds | ||||
| name: Intel Mac builds | ||||
|  | ||||
| on: [push, pull_request] | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|     runs-on: macos-12 | ||||
|     # From macos-14 forward, the baseline "macos-X" image is Arm based, | ||||
|     # and not Intel based. Thus this is the newest image we can use for | ||||
|     # Intel MacOS CI, and there don't seem to be any plans to keep providing | ||||
|     # the Intel based images for free to OSS projects. | ||||
|     runs-on: macos-13 | ||||
|     strategy: | ||||
|       matrix: | ||||
|         cxx: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský