diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9dba39..3c69e63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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