Skip to content

Commit

Permalink
Revert "ci: enable benchmarking for MacOS"
Browse files Browse the repository at this point in the history
This reverts commit 99cda7c.

The reason for this revert is that publishing the
benchmark results failed with the following error:

```
Run mkdir --parents benchmarks/macos-13/
mkdir --parents benchmarks/macos-13/
shell: /bin/bash -e {0}
```
  • Loading branch information
trym-b committed Mar 21, 2024
1 parent 062052f commit ad9ed47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Benchmark
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-13]
os: [ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Publish benchmark results
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-13]
os: [ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Code Checkout
Expand Down

0 comments on commit ad9ed47

Please sign in to comment.