ci: specify ubuntu-22.04 for GitHub Actions runner

This commit is contained in:
wenhu1024 2025-02-10 13:56:11 +08:00
parent 248085fdbe
commit fb4ceb78b8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout llvm-ventus