diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index f949af6..f3591f5 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -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