Skip to content

Commit

Permalink
Fix matlab-one-line-install-test CI job (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 28, 2024
1 parent e456892 commit b9d31c6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/matlab-one-line-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@ name: Test One-line Installation of Robotology MATLAB/Simulink Packages

on:
workflow_dispatch:
push:
branches:
- master
- 'releases/**'
tags:
- v*
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
# Execute a "nightly" build at 2 AM UTC
- cron: '0 2 * * *'
# Execute a "nightly" build twice a week 2 AM UTC
- cron: '0 2 * * 2,5'


jobs:
Expand All @@ -23,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
os: [ubuntu-22.04, macos-13, windows-latest]
matlab_version: [R2022a, R2022b, R2023a, latest]
exclude:
# R2020* is not supported on Windows on GitHub Actions
Expand Down

0 comments on commit b9d31c6

Please sign in to comment.