Skip to content

Commit

Permalink
macos build and uploading artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Gomenyuk committed Nov 21, 2024
1 parent 98ae071 commit c7e8185
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ jobs:
name: ${{ matrix.os }}-${{ github.workflow }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 1
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-latest
vcpkgCommitId: '834977918592e4f5d5ec5fe48ba338c608faf9f9'
- os: macos-latest
vcpkgCommitId: '834977918592e4f5d5ec5fe48ba338c608faf9f9'

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -56,3 +59,8 @@ jobs:
run: cmake --install .build/rel
shell: bash

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: fairmath-keygen
path: .build/install

0 comments on commit c7e8185

Please sign in to comment.