mirror of
				https://github.com/JakeWharton/mosaic.git
				synced 2025-11-01 03:43:31 +08:00 
			
		
		
		
	Add Windows ARM runner (#859)
For Java, at least. There is no Windows ARM native target.
This commit is contained in:
		
							
								
								
									
										28
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							| @ -96,6 +96,8 @@ jobs: | ||||
|             target: mingwX64 | ||||
|           - os: windows-2025 | ||||
|             target: mingwX64 | ||||
|           - os: windows-11-arm | ||||
|             target: skip | ||||
|         tests: | ||||
|           - type: native | ||||
|           - type: java | ||||
| @ -108,6 +110,32 @@ jobs: | ||||
|             version: 21 | ||||
|           - type: java | ||||
|             version: latest | ||||
|         exclude: | ||||
|           # No Windows ARM Kotlin native target yet. | ||||
|           - platform: | ||||
|               os: windows-11-arm | ||||
|               target: skip | ||||
|             tests: | ||||
|               type: native | ||||
|           # No Windows ARM JDKs for these versions yet. | ||||
|           - platform: | ||||
|               os: windows-11-arm | ||||
|               target: skip | ||||
|             tests: | ||||
|               type: java | ||||
|               version: 8 | ||||
|           - platform: | ||||
|               os: windows-11-arm | ||||
|               target: skip | ||||
|             tests: | ||||
|               type: java | ||||
|               version: 11 | ||||
|           - platform: | ||||
|               os: windows-11-arm | ||||
|               target: skip | ||||
|             tests: | ||||
|               type: java | ||||
|               version: latest | ||||
|  | ||||
|     runs-on: ${{ matrix.platform.os }} | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jake Wharton
					Jake Wharton