We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72418d2 + a8e401d commit f8fde6dCopy full SHA for f8fde6d
.github/workflows/build.yml
@@ -15,8 +15,8 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- # We want the oldest possible version of MacOS for backwards comparability
19
- os: [ubuntu-latest, macos-10.15, windows-latest]
+ # We want the oldest possible version of MacOS for backwards compatibility
+ os: [ubuntu-latest, macos-11, windows-latest]
20
21
steps:
22
- uses: actions/checkout@v1
0 commit comments