Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: TOOLS-2981 Remove deprecated macos-12 #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
build:
strategy:
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14, macos-15]
include:
- os: macos-12
- os: macos-13
openssl-path: /usr/local/opt/openssl
zstd-path: /usr/local
aws-sdk-path: /usr/local
Expand All @@ -32,6 +32,14 @@ jobs:
ssh2-path: /usr/local
uv-path: /opt/homebrew
jansson-path: /opt/homebrew
- os: macos-15
openssl-path: /opt/homebrew/opt/openssl
zstd-path: /opt/homebrew
aws-sdk-path: /usr/local
curl-path: /usr/local
ssh2-path: /usr/local
uv-path: /opt/homebrew
jansson-path: /opt/homebrew

runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -253,7 +261,7 @@ jobs:
- uses: kenchan0130/[email protected]
id: system-info
- name: Get artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: binaries
- uses: actions/upload-artifact@v4
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 Backup Tools

![Build:Main](https://github.com/citrusleaf/aerospike-tools-backup/workflows/Build:Main/badge.svg)
[![Build and Test All](https://github.com/aerospike/aerospike-tools-backup/actions/workflows/backup-build.yml/badge.svg?branch=master)](https://github.com/aerospike/aerospike-tools-backup/actions/workflows/backup-build.yml)
[![codecov](https://codecov.io/gh/aerospike/aerospike-tools-backup/branch/main/graph/badge.svg)](https://codecov.io/gh/aerospike/aerospike-tools-backup)

This is the developer documentation. For user documentation, please consult http://www.aerospike.com/docs/tools/backup.
Expand Down
Loading