Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 2e6a63f

Browse files
authored
Merge pull request #17 from bacongobbler/remove-publish-matrix
remove publish matrix
2 parents cbbbf15 + b43c94e commit 2e6a63f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@ on:
99

1010
jobs:
1111
publish:
12-
runs-on: ${{ matrix.os }}
13-
defaults:
14-
run:
15-
shell: bash
16-
strategy:
17-
fail-fast: false
18-
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
runs-on: ubuntu-latest
2013
steps:
2114
- uses: actions/checkout@v2
2215
- name: Setup dotnet

0 commit comments

Comments
 (0)