Skip to content

Commit b76eb87

Browse files
committed
CI: fix building on macOS
1 parent 0cd7aea commit b76eb87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274

275275
macos-universal:
276276
name: macOS-universal
277-
runs-on: macos-12
277+
runs-on: macos-latest
278278
permissions:
279279
security-events: write
280280
contents: read

presets/ci.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"opengl",
8888
"opencl",
8989
"users",
90-
"bluetooth",
91-
"bluetoothradio",
90+
// "bluetooth", // doesn't work on macOS because it requires bluetooth permissions
91+
// "bluetoothradio",
9292
"sound",
9393
"camera",
9494
"gamepad",

0 commit comments

Comments
 (0)