mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 13:53:41 +00:00 
			
		
		
		
	ci(test): remove runs on matrix OSs in the test-package job
				
					
				
			This commit is contained in:
		
							parent
							
								
									c4d2902c63
								
							
						
					
					
						commit
						193c23da81
					
				
							
								
								
									
										6
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@ -7,11 +7,7 @@ on:
 | 
				
			|||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  test-package:
 | 
					  test-package:
 | 
				
			||||||
    name: Test Package
 | 
					    name: Test Package
 | 
				
			||||||
    runs-on: ${{ matrix.os }}-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    strategy:
 | 
					 | 
				
			||||||
      fail-fast: false
 | 
					 | 
				
			||||||
      matrix:
 | 
					 | 
				
			||||||
        os: [windows, ubuntu, macos]
 | 
					 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v4.1.1
 | 
					        uses: actions/checkout@v4.1.1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user