Skip to content

Commit

Permalink
Removed monterey and added sonoma in test jobs (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Kamat <[email protected]>
  • Loading branch information
sauk2 authored Sep 23, 2024
1 parent 513e8d6 commit 369474c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,23 +215,23 @@ jobs:
run: 'gz sim --versions'

test_gazebo_install_macos:
name: 'Install Gazebo on MacOS'
name: 'Install Gazebo on macOS'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
# MacOS Monterey
- macos-12

# MacOS Ventura
# macOS Ventura
- macos-13

# macOS Sonoma
- macos-14
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '20.x'
- name: 'Check Gazebo installation on MacOS runner'
- name: 'Check Gazebo installation on macOS runner'
uses: ./
with:
required-gazebo-distributions: 'harmonic'
Expand Down

0 comments on commit 369474c

Please sign in to comment.