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 80ffb1e commit 5034173Copy full SHA for 5034173
.github/workflows/Nightly.yml
@@ -19,10 +19,16 @@ jobs:
19
backend: ["OPENMP", "SERIAL"]
20
distro: ['ubuntu:latest', 'fedora:rawhide']
21
include:
22
- - distro: 'ubuntu:latest'
+ - distro: 'ubuntu:latest-arm64'
23
+ backend: 'SERIAL'
24
+ arch: 'arm64'
25
26
+ backend: 'OPENMP'
27
28
29
backend: 'THREADS'
30
arch: 'arm64'
- runs-on: ${{ matrix.config.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
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