Skip to content

Commit

Permalink
smaller ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Jun 10, 2024
1 parent ae3a904 commit ec23993
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux / MacOS - c++

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:

workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sympy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux - sympy

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:

workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
fail-fast: false


Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>sophus</name>
<version>1.22.10</version>
<version>1.24.06</version>
<description>
C++ implementation of Lie Groups using Eigen.
</description>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def main():
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="sophus_pybind",
version="1.22.10",
version="1.24.06",
description="Sophus python API",
long_description="Python API for sophus library",
url="https://github.com/strasdat/sophus",
Expand Down

0 comments on commit ec23993

Please sign in to comment.