Skip to content

Commit

Permalink
fix: Remove macos-12 as its deprecated from gh (#34)
Browse files Browse the repository at this point in the history
* fix: Remove macos-12 as its deprecated from gh

* fix: add openssl for macos-15
  • Loading branch information
a-spiker authored Nov 5, 2024
1 parent 92314db commit 3229f31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ 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
target-dir: target/Darwin-x86_64/bin
- os: macos-14
openssl-path: /opt/homebrew/opt/openssl
target-dir: target/Darwin-arm64/bin
- os: macos-15
openssl-path: /opt/homebrew/opt/openssl
target-dir: target/Darwin-arm64/bin
runs-on: ${{ matrix.os }}
steps:
- name: Get checkout directory
Expand Down

0 comments on commit 3229f31

Please sign in to comment.