Corrections

This commit is contained in:
2026-01-30 12:27:27 +01:00
parent f841d8ba06
commit 17027b3968
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
artifact: cagire-linux-x86_64
- os: macos-13
- os: macos-15-intel
target: x86_64-apple-darwin
artifact: cagire-macos-x86_64
- os: macos-14
@@ -56,7 +56,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake pkg-config libasound2-dev libclang-dev
sudo apt-get install -y build-essential cmake pkg-config libasound2-dev libclang-dev libjack-dev
- name: Install dependencies (macOS)
if: runner.os == 'macOS'