Skip to content

Commit

Permalink
Version 1.3.5
Browse files Browse the repository at this point in the history
Fixed CI (actions/runner-images#9866)
Added option to toggle Capture Voice During a Phone Call
*NOTE: Tested only on WF-1000XM5
Added some debug markers
  • Loading branch information
mos9527 committed May 25, 2024
1 parent 52d8a9d commit ccbc493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ccbc493

Please sign in to comment.