Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Jul 28, 2024
1 parent 938524b commit f8ccfe2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,19 @@ jobs:

benchmarks:
needs: [call-rust-build]
runs-on: ubuntu-latest
runs-on: ${{ matrix.settings.os }}
strategy:
fail-fast: false
matrix:
settings:
- os: ubuntu-latest
abi: linux-x64-gnu
- os: macos-latest
abi: darwin-arm64
- os: macos-13
abi: darwin-x64
- os: windows-latest
abi: win32-x64-msvc
steps:
- uses: "actions/checkout@v3"
- uses: actions/setup-node@v3
Expand Down

0 comments on commit f8ccfe2

Please sign in to comment.