mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	ci: bump mac to macos-14
This commit is contained in:
		
							parent
							
								
									ffe3984353
								
							
						
					
					
						commit
						4dfe9dd038
					
				
							
								
								
									
										4
									
								
								.github/workflows/verify.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/verify.yml
									
									
									
									
										vendored
									
									
								
							@ -73,7 +73,7 @@ jobs:
 | 
			
		||||
  build-mac:
 | 
			
		||||
    name: 'test build (macos)'
 | 
			
		||||
    needs: format
 | 
			
		||||
    runs-on: macos-13
 | 
			
		||||
    runs-on: macos-14
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
        with:
 | 
			
		||||
@ -87,7 +87,7 @@ jobs:
 | 
			
		||||
        run: |
 | 
			
		||||
          mkdir build
 | 
			
		||||
          cd build
 | 
			
		||||
          export Qt5_DIR="/usr/local/opt/qt@5/lib/cmake"
 | 
			
		||||
          export Qt5_DIR="$(brew --prefix qt@5)/lib/cmake"
 | 
			
		||||
          cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF -DYUZU_TESTS=OFF -DENABLE_WEB_SERVICE=OFF -DENABLE_LIBUSB=OFF
 | 
			
		||||
          ninja
 | 
			
		||||
  build-msvc:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user