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 6e1c619 commit 5a4b680Copy full SHA for 5a4b680
1 file changed
.github/workflows/Benchmarks.yml
@@ -7,19 +7,19 @@ permissions:
7
pull-requests: write
8
jobs:
9
bench:
10
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.julia }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
11
runs-on: ${{ matrix.os }}
12
timeout-minutes: 60
13
strategy:
14
fail-fast: false
15
matrix:
16
- julia-version: ["1", "1.10"]
+ julia: ['1', '1.9']
17
os:
18
- ubuntu-latest
19
arch:
20
- x64
21
steps:
22
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
23
with:
24
- julia-version: ${{ matrix.julia-version }}
+ julia-version: ${{ matrix.julia }}
25
bench-on: ${{ github.event.pull_request.head.sha }}
0 commit comments