Skip to content

Commit

Permalink
fix runs-on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 21, 2024
1 parent 4f30a46 commit 668bfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
test:
name: Julia ${{ matrix.version }}
runs-on: self-hosted,titan,gpu
runs-on: [self-hosted,titan,gpu]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 668bfea

Please sign in to comment.