Skip to content

Commit

Permalink
build conan package for different macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Dec 16, 2021
1 parent 709c3dd commit f00e636
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,14 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
##### conan - macosx #####
conan-macosx:
name: conan - macosx
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
os:
- macos-10.15
- macos-11
name: conan - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: git clone
uses: myci-actions/checkout@master
Expand Down

0 comments on commit f00e636

Please sign in to comment.