We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ac932 commit 7a5d2acCopy full SHA for 7a5d2ac
.github/workflows/transferTests.yml
@@ -43,7 +43,7 @@ jobs:
43
if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push'
44
name: artifactory-6
45
# Fixed runner image to set the java tools needed for artifactory 6
46
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
47
steps:
48
- name: Checkout code
49
uses: actions/checkout@v4
0 commit comments