Skip to content

Commit

Permalink
default name
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Nov 10, 2024
1 parent 22b2301 commit 506760b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ["sonoma-xcode:15.2", "runner:sonoma", "sonoma-xcode:15.2-xl", "runner:sonoma-xl"]
image: ["sonoma-xcode:15.2", "runner:sonoma"]
runs-on: ["ghcr.io/cirruslabs/macos-${{ matrix.image }}", "low-priority"]
steps:
- uses: actions/checkout@v4
Expand All @@ -31,5 +31,4 @@ jobs:
- name: Save report
uses: actions/upload-artifact@v4
with:
name: "${{ matrix.image }}.report.json"
path: report.json

0 comments on commit 506760b

Please sign in to comment.