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 bd78e81 commit c91f10fCopy full SHA for c91f10f
.github/workflows/benchmark.yml
@@ -56,8 +56,6 @@ jobs:
56
additional-task: ":benchmark:${{ github.event.pull_request.number && 'jvmPrValidationComparisonBenchmark' || 'jvmComparisonBenchmark' }}"
57
- os: macos-latest
58
additional-task: "-x :benchmark:${{ github.event.pull_request.number && 'jvmPrValidationBenchmark' || 'jvmBenchmark' }}"
59
- - os: macos-13 # for macosX64
60
- additional-task: "-x :benchmark:${{ github.event.pull_request.number && 'jvmPrValidationBenchmark' || 'jvmBenchmark' }}"
61
- os: windows-latest
62
63
runs-on: ${{ matrix.os }}
0 commit comments