Skip to content

README: Remove macOS 12 CI badge #16

README: Remove macOS 12 CI badge

README: Remove macOS 12 CI badge #16

name: macOS Sequoia Build Tools
on: [pull_request]
jobs:
macos-15-ci:
runs-on: macos-15
name: macOS Sequoia Build Tools
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Build Tools
run: |
python3 -m venv /Users/runner/venv
source /Users/runner/venv/bin/activate
python3 -m pip install vcstool
python3 -m pip install colcon-common-extensions
- name: Check Build Tools
run: |
source /Users/runner/venv/bin/activate
which pip3
which python3
python3 --version
colcon graph