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 00b47f1 commit 7657cd1Copy full SHA for 7657cd1
2 files changed
.github/env-checks/test-ubuntu-18-04.yml .github/env-checks/test-ubuntu-20-04.yml.github/env-checks/test-ubuntu-18-04.yml renamed to .github/env-checks/test-ubuntu-20-04.yml
@@ -2,7 +2,7 @@ name: "Test hypervisor support on ubuntu"
2
on: push
3
jobs:
4
test:
5
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
6
steps:
7
- run: cat /sys/hypervisor/properties/capabilities || true
8
name: xen
.github/workflows/test-linux.yml
@@ -2,7 +2,7 @@ name: "Test Linux"
on: [push, pull_request]
- uses: actions/checkout@v1
- name: test install-sdk
0 commit comments