forked from OSchip/llvm-project
ci: specify ubuntu-22.04 for GitHub Actions runner
This commit is contained in:
parent
248085fdbe
commit
fb4ceb78b8
|
@ -12,7 +12,7 @@ on:
|
|||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
||||
- name: Checkout llvm-ventus
|
||||
|
|
Loading…
Reference in New Issue