We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da89f88 commit 45a6213Copy full SHA for 45a6213
2 files changed
.github/workflows/eosim-sanity.yml
@@ -71,11 +71,11 @@ jobs:
71
matrix:
72
include:
73
- guest: Linux x86_64
74
- platform: x86_64
+ platform: x86_64-linux
75
- guest: Linux aarch64
76
- platform: arm64
+ platform: arm64-linux
77
- guest: Linux riscv64
78
- platform: riscv64
+ platform: riscv64-linux
79
steps:
80
- uses: actions/checkout@v4
81
- uses: actions/setup-python@v5
.github/workflows/simulation-test.yml
@@ -20,9 +20,9 @@ jobs:
20
fail-fast: false
21
22
platform:
23
- - x86_64
24
- - arm64
25
- - riscv64
+ - x86_64-linux
+ - arm64-linux
+ - riscv64-linux
26
- stm32f4
27
- raspi4
28
- vexpress-a9
0 commit comments