Skip to content

Commit

Permalink
Merge branch 'issue-144' of https://github.com/petercorke/spatialmath…
Browse files Browse the repository at this point in the history
…-python into issue-144
  • Loading branch information
petercorke committed Jan 12, 2025
2 parents cfa84cc + e955aaf commit 022bdb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-22.04, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: windows-latest
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
# If all tests pass:
# Run coverage and upload to codecov
needs: unittest
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
python-version: [3.8]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
sphinx:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.event_name != 'pull_request' }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 022bdb1

Please sign in to comment.