We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea5d3a commit 0c401c8Copy full SHA for 0c401c8
.github/workflows/benchmark.yml
@@ -11,7 +11,7 @@ jobs:
11
benchmark:
12
strategy:
13
matrix:
14
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v6
@@ -166,7 +166,7 @@ jobs:
166
build-jar:
167
168
169
170
171
172
@@ -199,7 +199,7 @@ jobs:
199
needs: build-jar
200
201
202
203
204
205
0 commit comments