Skip to content

Commit

Permalink
From CI/CD, drop Ubuntu 18.04, replace macOS10 with macOS-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed May 28, 2023
1 parent 008a4bf commit 8ff92f8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cppcmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
os: "ubuntu-22.04"
- name: "ubuntu-20.04"
os: "ubuntu-20.04"
- name: "ubuntu-18.04"
os: "ubuntu-18.04"
qt_ver: "5.12.12"
- name: "windows-x64"
os: "windows-latest"
cmake_extra: "-T v142,host=x86"
Expand All @@ -48,8 +45,8 @@ jobs:
arch: "i386"
qt_arch: "win32_msvc2019"
qt_ver: "5.15.2"
- name: "macOS-10"
os: "macos-10.15"
- name: "macOS-latest"
os: "macOS-latest"
steps:
- uses: actions/checkout@v3

Expand All @@ -70,8 +67,8 @@ jobs:
if: startsWith(matrix.config.os, 'macos-')
run: brew install labstreaminglayer/tap/lsl

- name: Install Qt (Window and Ubuntu bionic)
if: (matrix.config.os == 'windows-latest') || (matrix.config.os == 'ubuntu-18.04')
- name: Install Qt (Window)
if: (matrix.config.os == 'windows-latest')
uses: jurplel/[email protected]
with:
version: ${{ matrix.config.qt_ver }}
Expand Down

0 comments on commit 8ff92f8

Please sign in to comment.