CI: Run lint on self-hosted ubuntu-x64-small (#114674)

This commit is contained in:
Todd Treece
2025-12-01 22:27:14 +00:00
committed by GitHub
parent be8076dee8
commit 1060dd538a
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
lint-go:
needs: detect-changes
if: needs.detect-changes.outputs.changed == 'true'
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-x64-large-io
steps:
- uses: actions/checkout@v5
with: