mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-09 00:17:10 +00:00
depricate ubuntu-20.04
This commit is contained in:
parent
a2ccd6ffd1
commit
0f85d2ddfa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
|
@ -190,9 +190,9 @@ jobs:
|
||||||
run: __tests__/verify-dotnet.ps1 2.2 3.1
|
run: __tests__/verify-dotnet.ps1 2.2 3.1
|
||||||
|
|
||||||
test-proxy:
|
test-proxy:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:20.04
|
image: ubuntu:22.04
|
||||||
options: --dns 127.0.0.1
|
options: --dns 127.0.0.1
|
||||||
services:
|
services:
|
||||||
squid-proxy:
|
squid-proxy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue