ci: switch runs-on to ubuntu-latest to match runner label
The self-hosted Gitea runner advertises itself as `ubuntu-latest`, not `self-hosted`, so the jobs were never getting picked up. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ permissions:
|
||||
jobs:
|
||||
lint-and-test:
|
||||
name: Lint + build + test
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user