File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 os : " ubuntu-22.04"
3434 - name : " ubuntu-20.04"
3535 os : " ubuntu-20.04"
36- - name : " ubuntu-18.04"
37- os : " ubuntu-18.04"
38- qt_ver : " 5.12.12"
3936 - name : " windows-x64"
4037 os : " windows-latest"
4138 cmake_extra : " -T v142,host=x86"
4845 arch : " i386"
4946 qt_arch : " win32_msvc2019"
5047 qt_ver : " 5.15.2"
51- - name : " macOS-10 "
52- os : " macos-10.15 "
48+ - name : " macOS-latest "
49+ os : " macOS-latest "
5350 steps :
5451 - uses : actions/checkout@v3
5552
7067 if : startsWith(matrix.config.os, 'macos-')
7168 run : brew install labstreaminglayer/tap/lsl
7269
73- - name : Install Qt (Window and Ubuntu bionic )
74- if : (matrix.config.os == 'windows-latest') || (matrix.config.os == 'ubuntu-18.04')
70+ - name : Install Qt (Window)
71+ if : (matrix.config.os == 'windows-latest')
7572 uses : jurplel/install-qt-action@v3.0.0
7673 with :
7774 version : ${{ matrix.config.qt_ver }}
You can’t perform that action at this time.
0 commit comments