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