Skip to content

Commit

Permalink
fix: Remove deprecated macos-12
Browse files Browse the repository at this point in the history
Fixes:
- remove macos-12
- update github-actions
- update build badge
  • Loading branch information
a-spiker committed Nov 5, 2024
1 parent 49424f1 commit 37ffc03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
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

0 comments on commit 37ffc03

Please sign in to comment.