mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 09:20:56 +00:00 
			
		
		
		
	Set xcode
This commit is contained in:
		
							parent
							
								
									f4861cd942
								
							
						
					
					
						commit
						920b5e30fa
					
				
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -6,7 +6,7 @@ on:
 | 
				
			|||||||
      - '*'
 | 
					      - '*'
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  test:
 | 
					  test:
 | 
				
			||||||
    runs-on: macOS-latest
 | 
					    runs-on: macos-11.0
 | 
				
			||||||
    timeout-minutes: 10
 | 
					    timeout-minutes: 10
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v1
 | 
					    - uses: actions/checkout@v1
 | 
				
			||||||
@ -18,7 +18,7 @@ jobs:
 | 
				
			|||||||
        AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
 | 
					        AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
 | 
				
			||||||
      run: ./.github/scripts/signing.sh
 | 
					      run: ./.github/scripts/signing.sh
 | 
				
			||||||
    - name: Set Environment
 | 
					    - name: Set Environment
 | 
				
			||||||
      run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
 | 
					      run: sudo xcrun xcode-select -s /Applications/Xcode_12.2.app
 | 
				
			||||||
    - name: Test
 | 
					    - name: Test
 | 
				
			||||||
      run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
 | 
					      run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user