We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead68fe commit a62b125Copy full SHA for a62b125
1 file changed
.github/workflows/test_compare_stacks.yml
@@ -23,6 +23,7 @@ jobs:
23
- 2023.06
24
- 2025.06
25
COMPARISON_ARCH:
26
+ - aarch64/a64fx
27
- aarch64/neoverse_n1
28
- aarch64/neoverse_v1
29
- aarch64/nvidia/grace
@@ -34,6 +35,9 @@ jobs:
34
35
- x86_64/intel/sapphirerapids
36
- x86_64/intel/icelake
37
- x86_64/intel/cascadelake
38
+ exclude:
39
+ - EESSI_VERSION: 2023.06
40
+ COMPARISON_ARCH: aarch64/a64fx
41
steps:
42
- name: Check out software-layer repository
43
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments