Skip to content

Commit b07b3b2

Browse files
committed
Build linux wheel on older version of ubuntu to increase compatibility
1 parent cbed117 commit b07b3b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
cp lsl.xcframework/macos-arm64_x86_64/lsl.framework/Versions/A/lsl src/pylsl/lib/liblsl.dylib
6666
codesign -s - -f src/pylsl/lib/liblsl.dylib
6767
- name: "Linux x86_64"
68-
os: ubuntu-latest
68+
os: ubuntu-22.04
6969
arch: x86_64
7070
pyarch: x64
71-
asset: "liblsl-${LSL_RELEASE}-noble_amd64.deb"
71+
asset: "liblsl-${LSL_RELEASE}-jammy_amd64.deb"
7272
extract: |
7373
sudo apt-get update && sudo apt-get install -y libpugixml1v5
7474
ar x liblsl.deb

0 commit comments

Comments
 (0)