Update .github/workflows/build.yml

This commit is contained in:
2026-05-14 17:15:25 +05:30
parent 8c9d51dace
commit fa1d99e5cb

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest # picks ubuntu:latest via runner labels
# OR override with any image:
container:
image: python:3.12-slim # runner spawns this exact image
image: ubuntu-latest # runner spawns this exact image
steps:
- uses: actions/checkout@v4
- run: python --version