Skip to content

Commit

Permalink
GHA set Ubuntu to 20.04 because liblsl doesn't have a binary release …
Browse files Browse the repository at this point in the history
…for noble.
  • Loading branch information
cboulay committed Feb 10, 2025
1 parent 0ac31f8 commit bf52e44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

style:
name: Check style
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "windows-latest", "macOS-latest"]
os: ["ubuntu-20.04", "windows-latest", "macOS-latest"]

name: Run tests (${{ matrix.os }} Python ${{ matrix.python-version }})
runs-on: ${{ matrix.os }}
Expand All @@ -49,7 +49,6 @@ jobs:
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt install -y libpugixml-dev
echo $(lsb_release -sc)
curl -L ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb -o liblsl.deb
sudo apt install ./liblsl.deb
- name: Install uv
Expand Down

0 comments on commit bf52e44

Please sign in to comment.