8000 Remove macos-11 · rbleattler/libgit2sharp@77cfeaf · GitHub
[go: up one dir, main page]

Skip to content

Commit 77cfeaf

Browse files
committed
Remove macos-11
1 parent 5085a0c commit 77cfeaf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,9 @@ jobs:
3838
strategy:
3939
matrix:
4040
arch: [ x64 ]
41-
os: [ windows-2019, windows-2022, macos-11, macos-12, macos-13 ]
41+
os: [ windows-2019, windows-2022, macos-12, macos-13 ]
4242
tfm: [ net472, net6.0, net8.0 ]
4343
exclude:
44-
- os: macos-11
45-
tfm: net472
46-
- os: macos-11
47-
tfm: net8.0
4844
- os: macos-12
4945
tfm: net472
5046
- os: macos-13

0 commit comments

Comments
 (0)
0