We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7faed9 commit 693cf78Copy full SHA for 693cf78
1 file changed
.github/workflows/cppcmake.yml
@@ -11,7 +11,7 @@ on:
11
types: ['created']
12
13
env:
14
- LSL_RELEASE_URL: 'https://github.com/sccn/liblsl/releases/download/v1.14.0rc1'
+ LSL_RELEASE_URL: 'https://github.com/sccn/liblsl/releases/download/v1.14.0'
15
LSL_RELEASE: '1.14.0'
16
17
defaults:
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
config:
30
- {name: "ubuntu-20.04", os: "ubuntu-20.04"}
31
-# - {name: "ubuntu-18.04", os: "ubuntu-18.04"} # Awaiting liblsl deploy fix.
+ - {name: "ubuntu-18.04", os: "ubuntu-18.04"}
32
# - {name: "ubuntu-16.04", os: "ubuntu-16.04"} # Awaiting https://github.com/miurahr/aqtinstall/issues/183
33
- {name: "windows-x64", os: "windows-latest"}
34
- {name: "macOS-latest", os: "macOS-latest"}
0 commit comments