Skip to content

Commit

Permalink
Merge pull request #103 from aerospike/remove-macos-12
Browse files Browse the repository at this point in the history
build: remove macos-12 as deprecated from gh
  • Loading branch information
sud82 authored Nov 5, 2024
2 parents 47eeb17 + 9c3a234 commit dae399e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ jobs:
build:
strategy:
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14, macos-15]
# ev-lib: ["", libev, libuv, libevent]
ev-lib: [libuv]
include:
- os: macos-12
- os: macos-13
openssl-path: /usr/local/opt/openssl
ev-path: /usr/local
- os: macos-14
openssl-path: /opt/homebrew/opt/openssl
ev-path: /opt/homebrew
- os: macos-15
openssl-path: /opt/homebrew/opt/openssl
ev-path: /opt/homebrew
runs-on: ${{ matrix.os }}
env:
LIBYAML_VERSION: 0.2.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aerospike Benchmark Tool

![Build:Main](https://github.com/citrusleaf/aerospike-benchmark/workflows/Build:Main/badge.svg)
[![Build:main](https://github.com/aerospike/aerospike-benchmark/actions/workflows/benchmark-build.yml/badge.svg?branch=main)](https://github.com/aerospike/aerospike-benchmark/actions/workflows/benchmark-build.yml)
[![codecov](https://codecov.io/gh/aerospike/aerospike-benchmark/branch/main/graph/badge.svg?token=TPGZT8V6AA)](https://codecov.io/gh/aerospike/aerospike-benchmark)

This project contains the files necessary to build the C client benchmarking tool. This program is used to insert data and generate load emulating real-world usage patterns of the database.
Expand Down

0 comments on commit dae399e

Please sign in to comment.