Skip to content

Commit

Permalink
Merge pull request #163 from wenhu1024/mod/env
Browse files Browse the repository at this point in the history
ci: specify ubuntu-22.04 for GitHub Actions runner
  • Loading branch information
ziliangzl authored Feb 10, 2025
2 parents 248085f + fb4ceb7 commit 507524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ventus-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- name: Checkout llvm-ventus
Expand Down

0 comments on commit 507524f

Please # to comment.