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 66f0552 commit dc9eacbCopy full SHA for dc9eacb
.github/workflows/benchmark_pr.yml
@@ -8,8 +8,11 @@ permissions:
8
jobs:
9
bench:
10
runs-on: ubuntu-latest
11
+ strategy:
12
+ matrix:
13
+ julia-version: ["1", "1.10"]
14
steps:
15
- uses: MilesCranmer/AirspeedVelocity.jl@action-overhaul
16
with:
- julia-version: '1'
17
+ julia-version: ${{ matrix.julia-version }}
18
exeflags: '-O3'
0 commit comments