Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Nov 27, 2024
1 parent ea79b3f commit d9252a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
benchmark:
name: 'Benchmark'
strategy:
fail-fast: false
matrix:
Expand All @@ -18,7 +19,7 @@ jobs:
- name: Windows
os: windows-latest
shell: cmd
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit d9252a0

Please sign in to comment.