Skip to content

Commit

Permalink
Drop macos-13 test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jan 15, 2025
1 parent dec07ed commit f277c75
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest]
dotnet-version: [6.0.x, 8.0.x]
include:
- dotnet-version: 6.0.x
Expand All @@ -42,22 +42,6 @@ jobs:
- dotnet-version: 8.0.x
binding-framework: net8.0
test-framework: net8.0
- os: macos-13
dotnet-version: 2.1.x
binding-framework: netstandard2.0
test-framework: netcoreapp2.1
- os: macos-13
dotnet-version: 3.0.x
binding-framework: netcoreapp3.0
test-framework: netcoreapp3.0
- os: macos-13
dotnet-version: 3.1.x
binding-framework: netcoreapp3.0
test-framework: netcoreapp3.1
- os: macos-13
dotnet-version: 5.0.x
binding-framework: netcoreapp3.0
test-framework: net5.0

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f277c75

Please sign in to comment.