Skip to content

Commit 56a4129

Browse files
authored
Update dotnet-ci.yml
1 parent d90ca4a commit 56a4129

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/dotnet-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
name: Build & Test on ${{ matrix.os }}
12-
runs-on: ${{ matrix.os }}
13-
strategy:
14-
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-latest]
11+
name: Build & Test
12+
runs-on: macos-latest
1613

1714
steps:
1815
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)