use ubuntu-22.04 in CI (#7068)

ubuntu-latest points to 24.04 now, maybe it's this?
This commit is contained in:
chenyu 2024-10-15 09:44:59 -04:00 committed by GitHub
parent 586ff4c910
commit d12c87dc8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: