Skip to content

Commit 278630c

Browse files
committed
Downgrade macos testing to MacOS 14 because of strict permission poolicy in 15.
1 parent f51f94a commit 278630c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests-macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ permissions: read-all
1010
jobs:
1111

1212
test-on-macos:
13-
runs-on: macos-latest
13+
# We run tests on macos-14 instead of macos-latest, because Apple has changed policies
14+
# so that listening to multicast requires "Local Network Permission".
15+
# It is still unclear how to work around that in a GitHub runner.
16+
runs-on: macos-14
1417
steps:
1518
- uses: actions/checkout@v4
1619
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)