Change runner to ubuntu-latest for pre-commit workflow
This commit is contained in:
parent
d1e77eaeb9
commit
488836489b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue