mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +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:
 | 
			
		||||
  test-package:
 | 
			
		||||
    name: Test Package
 | 
			
		||||
    runs-on: ${{ matrix.os }}-latest
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [windows, ubuntu, macos]
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@v4.1.1
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user