Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Apr 25, 2024
1 parent a86ef06 commit 03ad014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: "Examples"
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-13, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
timeout-minutes: 60
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
# only save caches for `main` branch
save-if: ${{ github.ref == 'refs/heads/main' }}

- uses: ros-tooling/setup-ros@v0.7.2
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- run: 'source /opt/ros/humble/setup.bash && echo AMENT_PREFIX_PATH=${AMENT_PREFIX_PATH} >> "$GITHUB_ENV"'
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
cd ..
# Test Python template Project
pip3 install --upgrade pip3
pip3 install --upgrade pip --break-system-packages
pip3 install maturin --break-system-packages
maturin build -m apis/python/node/Cargo.toml
pip3 install target/wheels/* --break-system-packages
Expand Down

0 comments on commit 03ad014

Please sign in to comment.