Skip to content

Commit 0c401c8

Browse files
brunoborgesCopilot
andcommitted
Remove macOS from benchmark matrix
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4ea5d3a commit 0c401c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
benchmark:
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, macos-latest]
14+
os: [ubuntu-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v6
@@ -166,7 +166,7 @@ jobs:
166166
build-jar:
167167
strategy:
168168
matrix:
169-
os: [ubuntu-latest, windows-latest, macos-latest]
169+
os: [ubuntu-latest, windows-latest]
170170
runs-on: ${{ matrix.os }}
171171
steps:
172172
- uses: actions/checkout@v6
@@ -199,7 +199,7 @@ jobs:
199199
needs: build-jar
200200
strategy:
201201
matrix:
202-
os: [ubuntu-latest, windows-latest, macos-latest]
202+
os: [ubuntu-latest, windows-latest]
203203
runs-on: ${{ matrix.os }}
204204
steps:
205205
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)