use only 24.04

This commit is contained in:
tequ
2025-11-26 23:35:20 +09:00
parent 2e4e5eaff1
commit f6f96865c1

View File

@@ -14,7 +14,7 @@ concurrency:
jobs:
matrix-setup:
runs-on: [self-hosted, generic]
runs-on: [self-hosted, generic, 24.04]
container: python:3-slim
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -168,7 +168,7 @@ jobs:
build:
needs: matrix-setup
runs-on: [self-hosted, generic]
runs-on: [self-hosted, generic, 24.04]
outputs:
artifact_name: ${{ steps.set-artifact-name.outputs.artifact_name }}
strategy: