We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd7aea commit b76eb87Copy full SHA for b76eb87
.github/workflows/ci.yml
@@ -274,7 +274,7 @@ jobs:
274
275
macos-universal:
276
name: macOS-universal
277
- runs-on: macos-12
+ runs-on: macos-latest
278
permissions:
279
security-events: write
280
contents: read
presets/ci.jsonc
@@ -87,8 +87,8 @@
87
"opengl",
88
"opencl",
89
"users",
90
- "bluetooth",
91
- "bluetoothradio",
+ // "bluetooth", // doesn't work on macOS because it requires bluetooth permissions
+ // "bluetoothradio",
92
"sound",
93
"camera",
94
"gamepad",
0 commit comments