We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4f8cd commit 1301c6eCopy full SHA for 1301c6e
.github/workflows/benchmark_pr.yml
@@ -10,9 +10,15 @@ permissions:
10
jobs:
11
bench:
12
runs-on: ubuntu-latest
13
+ strategy:
14
+ matrix:
15
+ julia:
16
+ - 'lts'
17
+ # TODO: Enable when https://github.com/MilesCranmer/AirspeedVelocity.jl/issues/113 is fixed
18
+ # - '1'
19
steps:
20
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
21
with:
- julia-version: '1'
22
+ julia-version: '${{ matrix.julia }}'
23
enable-plots: true
24
exeflags: '-O3 --threads=auto'
0 commit comments