Skip to content

Commit

Permalink
Merge pull request #53 from aerospike/deprecate-macos-12
Browse files Browse the repository at this point in the history
fix: deprecate macos-12 from github actions
  • Loading branch information
sud82 authored Nov 5, 2024
2 parents 616bf2f + 7d1be5e commit e1f5e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
steps:
- name: Get checkout directory
Expand Down

0 comments on commit e1f5e48

Please sign in to comment.