Skip to content

Commit 8ff92f8

Browse files
committed
From CI/CD, drop Ubuntu 18.04, replace macOS10 with macOS-latest
1 parent 008a4bf commit 8ff92f8

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/cppcmake.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
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"
@@ -48,8 +45,8 @@ jobs:
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

@@ -70,8 +67,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)