Skip to content

Commit

Permalink
update jl and py ver
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Jun 18, 2022
1 parent 3bc69c5 commit f7a9e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
matrix:
os: [ubuntu-latest]
java-version: ['17']
julia-version: ['1.7.1']
python-version: ['3.9']
julia-version: ['1.7.3']
python-version: ['3.10']
numpy-version: ['1.22']
gfortran-version: ['9'] # Note: unused since is built-in.
rust-version: ['1.42.0'] # Note: unused since controlled by `rust/rust-toolchain`
js-version: ['16']
r-version: ['4.1.2']
lua-version: ['latest'] # Note: unused since lua distribution manually downloaded
go-version: ['1.17.4']

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f7a9e52

Please sign in to comment.