Skip to content

Commit 7a5d2ac

Browse files
authored
Fix Transfer tests (#2956)
1 parent e8ac932 commit 7a5d2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/transferTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push'
4444
name: artifactory-6
4545
# Fixed runner image to set the java tools needed for artifactory 6
46-
runs-on: ubuntu-20.04
46+
runs-on: ubuntu-22.04
4747
steps:
4848
- name: Checkout code
4949
uses: actions/checkout@v4

0 commit comments

Comments
 (0)