Skip to content

Commit

Permalink
Fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Dec 23, 2024
1 parent ec6cfa4 commit b10d79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
cp ${BUILD_FILE_NAME}.tar.gz /tmp/artifacts;
sha256sum ${BUILD_FILE_NAME}.tar.gz | head -c 64 > /tmp/artifacts/${BUILD_FILE_NAME}.sha256;
- OS: macos-12
- OS: macos-13
PYTHON_VERSION: 3.10.14
BUILD_CMD: |
export PYTHONHASHSEED=42
Expand Down

0 comments on commit b10d79c

Please sign in to comment.