Skip to content

Commit 631f8c6

Browse files
authored
Merge pull request #104 from aerospike/remove-macos-12
build: TOOLS-2981 Remove deprecated macos-12
2 parents 49424f1 + 37ffc03 commit 631f8c6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/mac-artifact.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [macos-12, macos-14]
17+
os: [macos-13, macos-14, macos-15]
1818
include:
19-
- os: macos-12
19+
- os: macos-13
2020
openssl-path: /usr/local/opt/openssl
2121
zstd-path: /usr/local
2222
aws-sdk-path: /usr/local
@@ -32,6 +32,14 @@ jobs:
3232
ssh2-path: /usr/local
3333
uv-path: /opt/homebrew
3434
jansson-path: /opt/homebrew
35+
- os: macos-15
36+
openssl-path: /opt/homebrew/opt/openssl
37+
zstd-path: /opt/homebrew
38+
aws-sdk-path: /usr/local
39+
curl-path: /usr/local
40+
ssh2-path: /usr/local
41+
uv-path: /opt/homebrew
42+
jansson-path: /opt/homebrew
3543

3644
runs-on: ${{ matrix.os }}
3745
env:
@@ -253,7 +261,7 @@ jobs:
253261
- uses: kenchan0130/[email protected]
254262
id: system-info
255263
- name: Get artifacts
256-
uses: actions/download-artifact@v2
264+
uses: actions/download-artifact@v4
257265
with:
258266
path: binaries
259267
- uses: actions/upload-artifact@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Aerospike Backup Tools
22

3-
![Build:Main](https://github.com/citrusleaf/aerospike-tools-backup/workflows/Build:Main/badge.svg)
3+
[![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)
44
[![codecov](https://codecov.io/gh/aerospike/aerospike-tools-backup/branch/main/graph/badge.svg)](https://codecov.io/gh/aerospike/aerospike-tools-backup)
55

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

0 commit comments

Comments
 (0)