Skip to content

Commit d81c110

Browse files
Upgrade github workflow to ubuntu 24.04
1 parent fbb333c commit d81c110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-python@v5
@@ -25,7 +25,7 @@ jobs:
2525
pip3 install .
2626
cd / && python -c 'import laika'
2727
lint:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-24.04
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-python@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To confirm the quality of Laika's GNSS processing, we ran laika's processing and
4949
- [Using laika with a Kalman filter to get more accurate position fixes from a GPS module](https://github.com/commaai/laika/blob/master/examples/Kalman.ipynb)
5050

5151
## Installation
52-
Laika runs in Python 3.8.2, and has only been tested on Ubuntu 20.04. Running in a virtual environment is recommended.
52+
Laika runs in Python 3.11.4, and has only been tested on Ubuntu 24.04. Running in a virtual environment is recommended.
5353

5454
#### laika
5555
If you do not yet have numpy and scipy installed. Install them with pip. Having accelerated numpy will make laika much faster.

0 commit comments

Comments
 (0)