File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
14
14
jobs :
15
15
release :
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-22 .04
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- uses : ./.github/actions/setup-java
Original file line number Diff line number Diff line change 13
13
contents : write # for peter-evans/create-pull-request to create branch
14
14
pull-requests : write # for peter-evans/create-pull-request to create a PR
15
15
if : github.repository == 'testcontainers/testcontainers-java'
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-22 .04
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
with :
Original file line number Diff line number Diff line change 13
13
contents : write # for peter-evans/create-pull-request to create branch
14
14
pull-requests : write # for peter-evans/create-pull-request to create a PR
15
15
if : github.repository == 'testcontainers/testcontainers-java'
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-22 .04
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
with :
You can’t perform that action at this time.
0 commit comments