Skip to content

Commit 0fcb6da

Browse files
committed
workflows/tests: update macos job
Signed-off-by: Rui Chen <[email protected]>
1 parent d8a673c commit 0fcb6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
- name: Set up Python
7979
uses: actions/setup-python@v5
8080
with:
81-
python-version: '3.10'
81+
python-version: '3.13'
8282

8383
- name: macOS
8484
run: |
85-
export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
85+
export OPENSSL_PREFIX=`brew --prefix openssl@3`
8686
LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.0 /bin/sh build.sh test

0 commit comments

Comments
 (0)