0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-30 16:32:38 +02:00

Prefer ubuntu over alpine in test-proxy workflow

This commit is contained in:
John Wesley Walker III 2024-02-16 13:31:30 +01:00 committed by GitHub
parent 6f108b29f4
commit 6d7426941d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,7 +185,7 @@ jobs:
test-proxy:
runs-on: ubuntu-latest
container:
image: alpine/git:latest
image: ubuntu:latest
options: --dns 127.0.0.1
services:
squid-proxy: