Change runner to ubuntu-latest for pre-commit workflow
Some checks failed
Build and push Archlinux package / build (push) Successful in 21s
pre-commit / pre-commit (push) Failing after 7s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 20:01:22 +02:00
parent d1e77eaeb9
commit 488836489b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -6,7 +6,7 @@ on:
jobs:
pre-commit:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4