Skip to content

Commit 4bc2dbe

Browse files
committed
Drop MacOS 10.15 from CI testing now that it's really gone
Latest build no longer runs - just spins waiting for a worker indefinitely. EOL was September 2022. Time to move on.
1 parent 05568ee commit 4bc2dbe

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
@@ -100,9 +100,6 @@ jobs:
100100
- platform: MacOS 11
101101
os: "macos-11"
102102
test-script: "./unix.sh darwin"
103-
- platform: MacOS 10.15
104-
os: "macos-10.15" # Deprecated - nice-to-test now, but remove this entirely once GitHub stops supporting it
105-
test-script: "./unix.sh darwin"
106103
- platform: Windows 2022
107104
os: "windows-2022"
108105
test-script: ".\\windows.bat"

0 commit comments

Comments
 (0)