Skip to content

Commit

Permalink
[ci] Update to macOS ventura (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs authored Nov 9, 2023
1 parent be2b023 commit eb7e319
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
macos_monterey:
name: macos monterey 12
runs-on: macos-12
macos_ventura:
name: macos ventura 13
runs-on: macos-13
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
brew unlink [email protected] && brew link [email protected]
pip3.11 --version
- name: setup
run: ./scripts/continuous_integration/github_actions/macos_monterey/setup
run: ./scripts/continuous_integration/github_actions/macos_ventura/setup
shell: zsh -efuo pipefail {0}
- name: build and test
run: ./scripts/continuous_integration/github_actions/macos_monterey/build_test
run: ./scripts/continuous_integration/github_actions/macos_ventura/build_test
shell: zsh -efuo pipefail {0}
ros_foxy:
name: ros 2 foxy
Expand Down

0 comments on commit eb7e319

Please sign in to comment.