Skip to content

Commit 7328dd9

Browse files
committed
updated ci
1 parent 588d2dc commit 7328dd9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
include:
19-
- os: ubuntu-20.04
20-
- os: windows-latest
21-
- os: macos-latest
22-
arch: amd64
23-
- os: macos-latest
24-
arch: arm64
18+
os: [ubuntu-20.04, windows-latest, macos-latest]
2519

2620
steps:
2721
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)