Skip to content

Commit

Permalink
Merge pull request #316 from aerospike/deprecate-macos-12
Browse files Browse the repository at this point in the history
build: Deprecate macos-12 Github-action
  • Loading branch information
sud82 authored Nov 5, 2024
2 parents 6f0d9cd + da51d2f commit c7ce904
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 @@ -18,7 +18,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 c7ce904

Please sign in to comment.