From ccbc493cd1256552181c4f1dddabf02d9558811d Mon Sep 17 00:00:00 2001 From: mos9527 Date: Sat, 25 May 2024 08:43:24 +0800 Subject: [PATCH] Version 1.3.5 Fixed CI (https://github.com/actions/runner-images/issues/9866) Added option to toggle Capture Voice During a Phone Call *NOTE: Tested only on WF-1000XM5 Added some debug markers --- .github/workflows/cmake.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 61c328c..4a76ea7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -17,13 +17,13 @@ jobs: build: strategy: matrix: - os: ["ubuntu-latest", "windows-latest"] + os: ["ubuntu-24.04", "windows-latest"] include: - - os: ubuntu-latest + - os: ubuntu-24.04 binary_path: Client/build/SonyHeadphonesClient artifact_name: "SonyHeadphonesClient-linux-x64" script: "sudo apt-get update && sudo apt-get install libbluetooth-dev libglew-dev libglfw3-dev libdbus-1-dev" - gcc: 13 + gcc: 14 - os: windows-latest binary_path: Client/build/Release/SonyHeadphonesClient.exe artifact_name: "SonyHeadphonesClient-win-x64.exe"