Skip to content

Commit

Permalink
added macos-12 for beta build
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Mar 23, 2022
1 parent bce4cb2 commit a42801c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
description: 'RealSense Version Tag'
required: false
default: 'v2.50.0'
label:
description: 'Additional label for release'
required: false
default: ''
prerelease:
description: 'Mark Release as Pre-Release'
required: false
Expand All @@ -16,7 +20,7 @@ jobs:
build:
strategy:
matrix:
os: [ 'macos-10.15', 'macos-11' ]
os: [ 'macos-10.15', 'macos-11', 'macos-12' ]
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -50,8 +54,8 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*
tag: "macosx-${{ github.event.inputs.tag }}"
release_name: "pyrealsense2-macosx ${{ github.event.inputs.tag }}"
tag: "macosx-${{ github.event.inputs.tag }}${{ github.event.inputs.label }}"
release_name: "pyrealsense2-macosx ${{ github.event.inputs.tag }}${{ github.event.inputs.label }}"
body: "Prebuilt pyrealsense2-macosx wheel packages for MacOS for librealsense2 version ${{ github.event.inputs.tag }}."
overwrite: true
file_glob: true
Expand Down

0 comments on commit a42801c

Please sign in to comment.