Skip to content

Commit 9255b19

Browse files
committed
Changed workflow group and label for ubuntu VM tests
1 parent 63d2f07 commit 9255b19

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/install-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
Build-install-ubuntu:
3030
runs-on:
31-
group: Default
32-
labels: ubuntu18
31+
group: Ubuntu
32+
labels: ubuntu20
3333
steps:
3434
- name: Check out repository code, branch='${{ github.ref }}'
3535
uses: actions/checkout@v2

.github/workflows/ubuntu-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
Audit_tests:
2222
needs: Package_build
2323
runs-on:
24-
group: Default
25-
labels: ubuntu18
24+
group: Ubuntu
25+
labels: ubuntu20
2626

2727
steps:
2828
- name: Check out repository code, branch='${{ github.ref }}'

0 commit comments

Comments
 (0)