We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbed117 commit b07b3b2Copy full SHA for b07b3b2
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -65,10 +65,10 @@ jobs:
65
cp lsl.xcframework/macos-arm64_x86_64/lsl.framework/Versions/A/lsl src/pylsl/lib/liblsl.dylib
66
codesign -s - -f src/pylsl/lib/liblsl.dylib
67
- name: "Linux x86_64"
68
- os: ubuntu-latest
+ os: ubuntu-22.04
69
arch: x86_64
70
pyarch: x64
71
- asset: "liblsl-${LSL_RELEASE}-noble_amd64.deb"
+ asset: "liblsl-${LSL_RELEASE}-jammy_amd64.deb"
72
extract: |
73
sudo apt-get update && sudo apt-get install -y libpugixml1v5
74
ar x liblsl.deb
0 commit comments