diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index b1693a4..e80392c 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -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 @@ -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: @@ -253,7 +261,7 @@ jobs: - uses: kenchan0130/actions-system-info@v1.3.0 id: system-info - name: Get artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: binaries - uses: actions/upload-artifact@v4 diff --git a/README.md b/README.md index ede2367..2553f1b 100644 --- a/README.md +++ b/README.md @@ -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.