Skip to content

Commit 80d7b12

Browse files
committed
Drop MacOS 11 from automated builds due to GitHub removal
This won't cause any immediate changes for users, but it does dramatically increase the chance that we'll miss an incompatibility (e.g. in some native dependency like node-datachannel) that no longer works on Mac 11. Unfortunately there's not much we can do about this - GitHub just started brownouts for MacOS 11 today and it'll be totally gone in two weeks.
1 parent 59f013f commit 80d7b12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ jobs:
105105
- platform: MacOS 12
106106
os: "macos-12"
107107
test-script: "./unix.sh darwin"
108-
- platform: MacOS 11
109-
os: "macos-11"
110-
test-script: "./unix.sh darwin"
111108
- platform: Windows 2022
112109
os: "windows-2022"
113110
test-script: ".\\windows.bat"

0 commit comments

Comments
 (0)