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.
2 parents 0c0e283 + 5034173 commit 589068bCopy full SHA for 589068b
.github/workflows/Nightly.yml
@@ -18,7 +18,17 @@ jobs:
18
matrix:
19
backend: ["OPENMP", "SERIAL"]
20
distro: ['ubuntu:latest', 'fedora:rawhide']
21
- runs-on: ubuntu-20.04
+ include:
22
+ - distro: 'ubuntu:latest-arm64'
23
+ backend: 'SERIAL'
24
+ arch: 'arm64'
25
26
+ backend: 'OPENMP'
27
28
29
+ backend: 'THREADS'
30
31
+ runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
32
timeout-minutes: 30
33
container:
34
image: ghcr.io/ecp-copa/ci-containers/${{ matrix.distro }}
0 commit comments