Skip to content

Commit 7657cd1

Browse files
committed
Ubuntu 20.04
1 parent 00b47f1 commit 7657cd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Test hypervisor support on ubuntu"
22
on: push
33
jobs:
44
test:
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-20.04
66
steps:
77
- run: cat /sys/hypervisor/properties/capabilities || true
88
name: xen

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Test Linux"
22
on: [push, pull_request]
33
jobs:
44
test:
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-20.04
66
steps:
77
- uses: actions/checkout@v1
88
- name: test install-sdk

0 commit comments

Comments
 (0)