Skip to content

Commit 676f0c8

Browse files
committed
Moved Ubuntu 20 to default group
1 parent 8d21b7c commit 676f0c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
Build-install-ubuntu:
3030
runs-on:
31-
group: Ubuntu
31+
group: Default
3232
labels: ubuntu20
3333
steps:
3434
- name: Check out repository code, branch='${{ github.ref }}'

.github/workflows/ubuntu-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
Audit_tests:
2929
needs: Package_build
3030
runs-on:
31-
group: Ubuntu
31+
group: Default
3232
labels: ubuntu20
3333

3434
steps:

0 commit comments

Comments
 (0)