Skip to content

Commit

Permalink
Move to macos-11, away from macOS-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Oct 18, 2021
1 parent 28eea15 commit 55e35cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [macOS-latest, ubuntu-latest, windows-latest]
runs-on: [macos-11, ubuntu-latest, windows-latest]
name: ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
steps:
Expand Down

0 comments on commit 55e35cc

Please sign in to comment.