mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	feat: update os and swift (#1311)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/swift.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/swift.yml
									
									
									
									
										vendored
									
									
								
							@ -18,8 +18,8 @@ jobs:
 | 
			
		||||
    runs-on: ${{ matrix.os }}
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [ubuntu-latest, macos-latest]
 | 
			
		||||
        swift: ["5.10", "5.9", "5.8"]
 | 
			
		||||
        os: ["ubuntu-22.04", "macos-14"]
 | 
			
		||||
        swift: ["5.10", "5.9"]
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: swift-actions/setup-swift@v2
 | 
			
		||||
        with:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user