mirror of https://github.com/commaai/tinygrad.git
use ubuntu-22.04 in CI (#7068)
ubuntu-latest points to 24.04 now, maybe it's this?
This commit is contained in:
parent
586ff4c910
commit
d12c87dc8e
|
@ -396,7 +396,7 @@ jobs:
|
|||
backend: [llvm, clang, gpu, ptx, amd, nv] #, triton]
|
||||
|
||||
name: Tests on (${{ matrix.backend }})
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 20
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue