Skip to content

Commit

Permalink
Change to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Nov 18, 2024
1 parent f0a3cfb commit c5674aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# runs-on: [macos-11, ubuntu-22.04, windows-latest]
runs-on: [ubuntu-22.04, windows-latest]
runs-on: [macos-latest, ubuntu-22.04, windows-latest]
name: ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
steps:
Expand Down

0 comments on commit c5674aa

Please sign in to comment.