Skip to content

Commit

Permalink
dotnet demos try just use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Jul 24, 2024
1 parent 530718b commit 38b73b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
dotnet-version: [2.1.x, 3.0.x, 3.1.x, 5.0.x, 6.0.x]
include:
- dotnet-version: 2.1.x
Expand All @@ -67,9 +67,6 @@ jobs:
- dotnet-version: 6.0.x
binding-framework: net6.0
test-framework: net6.0
exclude:
- os: macos-latest
dotnet-version: 2.1.x

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

0 comments on commit 38b73b8

Please sign in to comment.