Skip to content

Commit 110de5a

Browse files
Update MacOS versions supported (#219)
* Update MacOS versions supported Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com> * Update test.yml * Bump ts-jest from 29.3.1 to 29.4.5 (#209) Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.1 to 29.4.5. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.3.1...v29.4.5) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix regexp version check in tests (#221) Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com> * macos-16 is not yet available in GH --------- Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c000001 commit 110de5a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
gazebo_distribution: fortress
121121

122122
# Gazebo Ionic (Sep 2024 - Sep 2026)
123-
# Compatible ubuntu distributions: 24.04
123+
# Compatible ubuntu distributions: 24.04
124124
- docker_image: ubuntu:jammy
125125
gazebo_distribution: ionic
126126
steps:
@@ -198,11 +198,14 @@ jobs:
198198
fail-fast: false
199199
matrix:
200200
os:
201-
# macOS Ventura
202-
- macos-13
203-
204201
# macOS Sonoma
205202
- macos-14
203+
204+
# macOS Sequoia
205+
- macos-15
206+
207+
# macOS Tahoe (not available in GH)
208+
# macos-16
206209
steps:
207210
- uses: actions/checkout@v5
208211
with:
@@ -213,7 +216,7 @@ jobs:
213216
- name: 'Check Gazebo installation on macOS runner'
214217
uses: ./
215218
with:
216-
required-gazebo-distributions: 'harmonic'
219+
required-gazebo-distributions: 'ionic'
217220
- name: 'Test Gazebo installation'
218221
run: 'gz sim --versions'
219222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ This workflow shows how to install Gazebo on a macOS worker using the Homebrew p
348348
```yaml
349349
jobs:
350350
test_gazebo:
351-
runs-on: macos-13
351+
runs-on: macos-15
352352
steps:
353353
- uses: actions/checkout@v4
354354
- uses: actions/setup-node@v4.0.2

0 commit comments

Comments
 (0)