Skip to content

Commit

Permalink
Changing to on-demand CI runner via Slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ragghianti committed Dec 15, 2024
1 parent f7fcc31 commit 8cd7457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
maker: [make, cmake]
device: [cpu, gpu_nvidia, gpu_amd, gpu_intel]
fail-fast: false
runs-on: ${{ matrix.device }}
runs-on: slurm:${{ matrix.device }}
steps:
- uses: actions/checkout@v4
- name: Configure
Expand Down

0 comments on commit 8cd7457

Please sign in to comment.