Skip to content

Commit aabf38a

Browse files
cdeckerniftynei
authored andcommitted
ci: Fix the Mac OS build test
1 parent 8f78a76 commit aabf38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install dependencies
2121
run: |
22-
export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.9/bin:$PATH"
22+
export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.10/bin:$PATH"
2323
export BITCOIN_VERSION=0.20.1
2424
brew install wget python autoconf automake libtool python3 gmp gnu-sed gettext libsodium
2525
@@ -53,7 +53,7 @@ jobs:
5353
TEST_GROUP_COUNT: ${{ matrix.TEST_GROUP_COUNT }}
5454
TEST_GROUP: ${{ matrix.TEST_GROUP }}
5555
run: |
56-
export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.9/bin:$PATH"
56+
export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.10/bin:$PATH"
5757
export LDFLAGS="-L/usr/local/opt/sqlite/lib"
5858
export CPPFLAGS="-I/usr/local/opt/sqlite/include"
5959

0 commit comments

Comments
 (0)