Skip to content

Commit 8b4399c

Browse files
authored
Merge pull request #18 from Tobias-Fischer/patch-4
Fix CI
2 parents 6bd9392 + 460c687 commit 8b4399c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [windows-latest, ubuntu-latest, macos-13]
22+
os: [windows-latest, ubuntu-latest, macos-15]
2323
python-version: ["3.10", "3.11", "3.12"]
2424
steps:
2525
- name: Checkout master branch
@@ -48,6 +48,7 @@ jobs:
4848
opencv
4949
spatialmath-python
5050
ansitable
51+
hatchling
5152
5253
- name: Install libegl on Linux
5354
if: runner.os == 'Linux'
@@ -96,6 +97,7 @@ jobs:
9697
opencv
9798
spatialmath-python
9899
ansitable
100+
hatchling
99101
100102
- name: Install libegl on Linux
101103
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)