File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -79,22 +79,22 @@ jobs:
7979      matrix :
8080        include :
8181          - platform : linux 
82-             runner : ubuntu-latest  
82+             runner : depot- ubuntu-24.04 
8383            target : x86_64-unknown-linux-musl 
8484            binary_ext : " " 
8585            arch : x86_64 
8686          - platform : windows 
87-             runner : ubuntu-latest  
87+             runner : depot- ubuntu-24.04 
8888            target : x86_64-pc-windows-gnu 
8989            binary_ext : " .exe" 
9090            arch : x86_64 
9191          - platform : macos 
92-             runner : ubuntu-latest  
92+             runner : depot- ubuntu-24.04 
9393            target : x86_64-apple-darwin 
9494            binary_ext : " " 
9595            arch : x86_64 
9696          - platform : macos 
97-             runner : ubuntu-latest  
97+             runner : depot- ubuntu-24.04 
9898            target : aarch64-apple-darwin 
9999            binary_ext : " " 
100100            arch : aarch64 
@@ -155,10 +155,10 @@ jobs:
155155        include :
156156          #  TODO(RVT-4479): Add back ARM builder once manifest generation fixed
157157          #  - platform: linux/arm64
158-           #    runner: ubuntu-latest 
158+           #    runner: depot- ubuntu-24.04 
159159          #    arch_suffix: -arm64
160160          - platform : linux/x86_64 
161-             runner : ubuntu-latest  
161+             runner : depot- ubuntu-24.04 
162162            #  TODO: Replace with appropriate arch_suffix when needed
163163            #  arch_suffix: -amd64
164164            arch_suffix : ' ' 
@@ -246,4 +246,4 @@ jobs:
246246              ./scripts/release/main.ts --version "${{ github.event.inputs.version }}" --completeCi 
247247          else 
248248              ./scripts/release/main.ts --version "${{ github.event.inputs.version }}" --no-latest --completeCi 
249-           fi 
249+           fi 
Original file line number Diff line number Diff line change 4343
4444  #  clippy:
4545  #    name: Clippy
46-   #    runs-on: ubuntu-latest 
46+   #    runs-on: depot- ubuntu-24.04 
4747  #    steps:
4848  #      - uses: actions/checkout@v4
4949
5959
6060  check :
6161    name : Check 
62-     runs-on : ubuntu-latest  
62+     runs-on : depot- ubuntu-24.04 
6363    steps :
6464      - uses : actions/checkout@v4 
6565
7777
7878  test :
7979    name : Test 
80-     runs-on : ubuntu-latest  
80+     runs-on : depot- ubuntu-24.04 
8181    steps :
8282      - uses : actions/checkout@v4 
8383
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments