Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Jan 1, 2025
1 parent 428b3d0 commit a1af5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
julia-version: ['1.9']
julia-version: ['1.10', '1.11']
cuda-version: ['11.8', '12.4']
julia-arch: [x64]
os: [ubuntu-22.04]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand Down

0 comments on commit a1af5da

Please sign in to comment.