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",