Skip to content

Commit 64b4101

Browse files
committed
remove macos from test matrix due to issues with automatic libsodium installation
1 parent 782e812 commit 64b4101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3030
poetry-version: ["1.8.3"]
31-
os: [ubuntu-latest, ubuntu-22.04, macos-latest, windows-latest]
31+
os: [ubuntu-latest, ubuntu-22.04, windows-latest]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)