Fix macOS binaries

This commit is contained in:
monosans
2024-04-26 23:55:09 +05:00
parent 1917c75e42
commit 7ac12e2b4f
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -36,11 +36,12 @@ jobs:
strategy:
matrix:
os:
- ubuntu
- macos
- windows
- ubuntu-latest
- windows-latest
- macos-12
- macos-14
fail-fast: false
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: pipx install poetry