Update macOS CI image to macos-11 (#6286)
* Update macOS CI image to macos-11
This commit is contained in:
		
							parent
							
								
									06b1b980bb
								
							
						
					
					
						commit
						1a3d0f7c20
					
				
							
								
								
									
										10
									
								
								.github/workflows/osrm-backend.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/osrm-backend.yml
									
									
									
									
										vendored
									
									
								
							| @ -177,7 +177,7 @@ jobs: | |||||||
|             build_node_package: true |             build_node_package: true | ||||||
|             continue-on-error: false |             continue-on-error: false | ||||||
|             node: 12 |             node: 12 | ||||||
|             runs-on: macos-10.15 |             runs-on: macos-11 | ||||||
|             BUILD_TOOLS: ON |             BUILD_TOOLS: ON | ||||||
|             BUILD_TYPE: Release |             BUILD_TYPE: Release | ||||||
|             CCOMPILER: clang |             CCOMPILER: clang | ||||||
| @ -190,7 +190,7 @@ jobs: | |||||||
|             build_node_package: true |             build_node_package: true | ||||||
|             continue-on-error: false |             continue-on-error: false | ||||||
|             node: 14 |             node: 14 | ||||||
|             runs-on: macos-10.15 |             runs-on: macos-11 | ||||||
|             BUILD_TOOLS: ON |             BUILD_TOOLS: ON | ||||||
|             BUILD_TYPE: Release |             BUILD_TYPE: Release | ||||||
|             CCOMPILER: clang |             CCOMPILER: clang | ||||||
| @ -203,7 +203,7 @@ jobs: | |||||||
|             build_node_package: true |             build_node_package: true | ||||||
|             continue-on-error: false |             continue-on-error: false | ||||||
|             node: 16 |             node: 16 | ||||||
|             runs-on: macos-10.15 |             runs-on: macos-11 | ||||||
|             BUILD_TOOLS: ON |             BUILD_TOOLS: ON | ||||||
|             BUILD_TYPE: Release |             BUILD_TYPE: Release | ||||||
|             CCOMPILER: clang |             CCOMPILER: clang | ||||||
| @ -294,7 +294,7 @@ jobs: | |||||||
|             continue-on-error: true |             continue-on-error: true | ||||||
|             # TODO: Use node 'latest' once supported: https://github.com/actions/setup-node/issues/257 |             # TODO: Use node 'latest' once supported: https://github.com/actions/setup-node/issues/257 | ||||||
|             node: 16 |             node: 16 | ||||||
|             runs-on: macos-10.15 |             runs-on: macos-11 | ||||||
|             BUILD_TYPE: Release |             BUILD_TYPE: Release | ||||||
|             CCOMPILER: clang |             CCOMPILER: clang | ||||||
|             CXXCOMPILER: clang++ |             CXXCOMPILER: clang++ | ||||||
| @ -330,7 +330,7 @@ jobs: | |||||||
|             build_node_package: true |             build_node_package: true | ||||||
|             continue-on-error: true |             continue-on-error: true | ||||||
|             node: "lts/*" |             node: "lts/*" | ||||||
|             runs-on: macos-10.15 |             runs-on: macos-11 | ||||||
|             BUILD_TYPE: Release |             BUILD_TYPE: Release | ||||||
|             CCOMPILER: clang |             CCOMPILER: clang | ||||||
|             CXXCOMPILER: clang++ |             CXXCOMPILER: clang++ | ||||||
|  | |||||||
| @ -3,6 +3,7 @@ | |||||||
|     - API: |     - API: | ||||||
|       - FIXED: Fix inefficient osrm-routed connection handling [#6113](https://github.com/Project-OSRM/osrm-backend/pull/6113) |       - FIXED: Fix inefficient osrm-routed connection handling [#6113](https://github.com/Project-OSRM/osrm-backend/pull/6113) | ||||||
|     - Build: |     - Build: | ||||||
|  |       - CHANGED: Update macOS CI image to macos-11. [#6286](https://github.com/Project-OSRM/osrm-backend/pull/6286) | ||||||
|       - CHANGED: Enable even more clang-tidy checks. [#6273](https://github.com/Project-OSRM/osrm-backend/pull/6273) |       - CHANGED: Enable even more clang-tidy checks. [#6273](https://github.com/Project-OSRM/osrm-backend/pull/6273) | ||||||
|       - CHANGED: Configure CMake to not build flatbuffers tests and samples. [#6274](https://github.com/Project-OSRM/osrm-backend/pull/6274) |       - CHANGED: Configure CMake to not build flatbuffers tests and samples. [#6274](https://github.com/Project-OSRM/osrm-backend/pull/6274) | ||||||
|       - CHANGED: Enable more clang-tidy checks. [#6270](https://github.com/Project-OSRM/osrm-backend/pull/6270) |       - CHANGED: Enable more clang-tidy checks. [#6270](https://github.com/Project-OSRM/osrm-backend/pull/6270) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user