Gazebo: support Ionic #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macOS Sequoia Build Tools (arm64) | |
on: [pull_request] | |
jobs: | |
macos-15-arm64-ci: | |
runs-on: macos-15-arm64 | |
name: macOS Sequoia Build Tools (arm64) | |
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 | |
export PATH=$PATH:/Users/runner/Library/Python/3.12/bin:/Users/runner/Library/Python/3.13/bin | |
colcon graph |