Skip to content

Commit

Permalink
Remove macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Nov 21, 2024
1 parent 5085a0c commit 77cfeaf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@ jobs:
strategy:
matrix:
arch: [ x64 ]
os: [ windows-2019, windows-2022, macos-11, macos-12, macos-13 ]
os: [ windows-2019, windows-2022, macos-12, macos-13 ]
tfm: [ net472, net6.0, net8.0 ]
exclude:
- os: macos-11
tfm: net472
- os: macos-11
tfm: net8.0
- os: macos-12
tfm: net472
- os: macos-13
Expand Down

0 comments on commit 77cfeaf

Please sign in to comment.