From b76eb875106fcf03e431db8667d8083004a7ff6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 25 Nov 2024 22:46:57 +0800 Subject: [PATCH] CI: fix building on macOS --- .github/workflows/ci.yml | 2 +- presets/ci.jsonc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7140fbd5b..f743443e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -274,7 +274,7 @@ jobs: macos-universal: name: macOS-universal - runs-on: macos-12 + runs-on: macos-latest permissions: security-events: write contents: read diff --git a/presets/ci.jsonc b/presets/ci.jsonc index 438054135..eb3a0c219 100644 --- a/presets/ci.jsonc +++ b/presets/ci.jsonc @@ -87,8 +87,8 @@ "opengl", "opencl", "users", - "bluetooth", - "bluetoothradio", + // "bluetooth", // doesn't work on macOS because it requires bluetooth permissions + // "bluetoothradio", "sound", "camera", "gamepad",