mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +00:00
Use mac in strategy, no failfast
This commit is contained in:
parent
8a5bbb0084
commit
6259d1a220
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
@ -5,8 +5,9 @@ jobs:
|
||||
name: Run
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user