Update Github Actions to use generic-x86-64 (#1267)

This commit is contained in:
Stefan Agner
2021-03-11 23:29:21 +01:00
committed by GitHub
parent 19c03729f3
commit 55f8704523
4 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ jobs:
matrix:
board:
- {"name": "ova", "output": "ova", "runner": "x86-64-runner"}
- {"name": "intel_nuc", "output": "intel-nuc", "runner": "x86-64-runner"}
- {"name": "generic_x86_64", "output": "generic-x86-64", "runner": "x86-64-runner"}
- {"name": "odroid_c2", "output": "odroid-c2", "runner": "aarch64-runner"}
- {"name": "odroid_c4", "output": "odroid-c4", "runner": "aarch64-runner"}
- {"name": "odroid_n2", "output": "odroid-n2", "runner": "aarch64-runner"}