GitLab | UTCN

Skip to content
Snippets Groups Projects
Commit 7f1bcae7 authored by Peter Corke's avatar Peter Corke
Browse files

temporarily remove macos, default runners are now for M1

parent 35f161e9
Branches
No related tags found
2 merge requests!2Cloned github repo and added gitlab repo changes,!1Draft: Updated to most recent version of roboticstoolbox from github
......@@ -13,11 +13,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-13]
os: [windows-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }} for ${{ matrix.os }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment