Skip to content

Commit

Permalink
CI Julia 1.9 (#53)
Browse files Browse the repository at this point in the history
* CI Julia 1.9

* Fix
  • Loading branch information
michel2323 authored May 15, 2023
1 parent 3ebc6bc commit cd84343
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
julia-version: ['1.8']
julia-version: ['1.9']
julia-arch: [x64]

steps:
Expand All @@ -31,12 +31,11 @@ jobs:
env:
CUDA_VISIBLE_DEVICES: 1
JULIA_DEPOT_PATH: /scratch/github-actions/julia_depot_exatron
JULIA_CUDA_USE_BINARYBUILDER: true
runs-on: self-hosted
strategy:
matrix:
os: [ubuntu-22.04]
julia-version: ['1.8']
julia-version: ['1.9']
julia-arch: [x64]

steps:
Expand Down

0 comments on commit cd84343

Please sign in to comment.