1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-07-05 06:42:36 +00:00

Upgrade job image to ubuntu-latest

This commit is contained in:
Niklas Teichmann 2025-06-30 11:10:04 +02:00
parent 3622fe83b7
commit b6cac7b4fd

View File

@ -29,7 +29,7 @@ env:
jobs: jobs:
build-test: build-test:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python: python:
@ -61,7 +61,7 @@ jobs:
# Run tests # Run tests
- run: poetry run pytest --prebuild - run: poetry run pytest --prebuild
build-push: build-push:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
services: services:
registry: registry:
image: registry:2 image: registry:2