Skip to content

Commit f8fde6d

Browse files
authored
Merge pull request #198 from unthreaded/pipeline/newer-mac-os
Upgrade mac-os runner version
2 parents 72418d2 + a8e401d commit f8fde6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
# We want the oldest possible version of MacOS for backwards comparability
19-
os: [ubuntu-latest, macos-10.15, windows-latest]
18+
# We want the oldest possible version of MacOS for backwards compatibility
19+
os: [ubuntu-latest, macos-11, windows-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)