diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index d47c9ed..030e3bd 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -27,15 +27,15 @@ jobs: matrix: os: [ubuntu-latest] java-version: ['17'] - julia-version: ['1.8.0'] - python-version: ['3.10'] - numpy-version: ['1.23.2'] + julia-version: ['1.9.2'] + python-version: ['3.11.4'] + numpy-version: ['1.25'] gfortran-version: ['9'] # Note: unused since is built-in. - rust-version: ['1.42.0'] # Note: unused since controlled by `rust/rust-toolchain` + rust-version: ['1.70.0'] # Note: unused since controlled by `rust/rust-toolchain` js-version: ['18'] - r-version: ['4.2.1'] + r-version: ['4.3.1'] lua-version: ['latest'] # Note: unused since lua distribution manually downloaded - go-version: ['1.19'] + go-version: ['1.20.5'] steps: - uses: actions/checkout@v3 diff --git a/Makefile b/Makefile index 5143ee4..dae796b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif .ONESHELL: include $(JULIAHOME)/Make.inc -include $(JULIAHOME)/deps/Versions.make +include $(JULIAHOME)/deps/*.version NODEJSBIN = node @@ -53,7 +53,7 @@ export OMP_NUM_THREADS=1 export GOTO_NUM_THREADS=1 export OPENBLAS_NUM_THREADS=1 -perf.h: $(JULIAHOME)/deps/Versions.make +perf.h: $(JULIAHOME)/deps/*.version echo '#include "cblas.h"' > $@ echo '#include "$(DSFMTDIR)/dSFMT.c"' >> $@