Skip to content

Commit 93a2eda

Browse files
committed
Update ubuntu version to 22.04
1 parent 576e65a commit 93a2eda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
release:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: ./.github/actions/setup-java

.github/workflows/update-docs-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write # for peter-evans/create-pull-request to create branch
1414
pull-requests: write # for peter-evans/create-pull-request to create a PR
1515
if: github.repository == 'testcontainers/testcontainers-java'
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:

.github/workflows/update-testcontainers-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write # for peter-evans/create-pull-request to create branch
1414
pull-requests: write # for peter-evans/create-pull-request to create a PR
1515
if: github.repository == 'testcontainers/testcontainers-java'
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:

0 commit comments

Comments
 (0)