forked from sudo-rsingh/examples
Update .github/workflows/build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -5,7 +5,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest # picks ubuntu:latest via runner labels
|
runs-on: ubuntu-latest # picks ubuntu:latest via runner labels
|
||||||
# OR override with any image:
|
# OR override with any image:
|
||||||
container:
|
container:
|
||||||
image: python:3.12-slim # runner spawns this exact image
|
image: ubuntu-latest # runner spawns this exact image
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: python --version
|
- run: python --version
|
||||||
|
|||||||
Reference in New Issue
Block a user