github/workflows: remove macOS 10.15 image usage

This older image has been deprecated and will be removed in December.
The images have also already had planned outages during which the CI
flow has been affected. Thus it feels like a good idea to clean
this up at this point.

Ref: actions/runner-images#5583
This commit is contained in:
Jan Ekström 2022-11-05 19:35:36 +02:00
parent c416a38ef2
commit 0076b51dd2
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ jobs:
cc:
- "clang"
os:
- "macos-10.15"
- "macos-11"
- "macos-12"
steps: