diff --git a/.github/workflows/transferTests.yml b/.github/workflows/transferTests.yml index f61f3b2a7..e2326897b 100644 --- a/.github/workflows/transferTests.yml +++ b/.github/workflows/transferTests.yml @@ -43,7 +43,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push' name: artifactory-6 # Fixed runner image to set the java tools needed for artifactory 6 - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout code uses: actions/checkout@v4