From 369474ca13704e3647522687603a59a885c308b9 Mon Sep 17 00:00:00 2001 From: Saurabh Kamat Date: Tue, 24 Sep 2024 05:14:52 +0800 Subject: [PATCH] Removed monterey and added sonoma in test jobs (#78) Signed-off-by: Saurabh Kamat --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97bc9ec..b42c381 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/setup-node@v4.0.3 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'