Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 8cfdad3

Browse files
committed
only build once on macOS
1 parent c0c755a commit 8cfdad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# os: [ubuntu-18.04, windows-latest, macos-latest] # skip windows
12-
os: [ubuntu-20.04, macos-10.15, macos-11]
12+
os: [ubuntu-20.04, macos-11]
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)