Skip to content

Commit 44e38f4

Browse files
committed
[GA] Use python 3.12 for macos-14 arm64 runners
1 parent 0c395d4 commit 44e38f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: macOS-latest
117117
os: macos-14
118-
python-version: '3.10'
118+
python-version: '3.12'
119119
packages: llvm@14 autoconf automake berkeley-db@4 libtool boost miniupnpc libnatpmp pkg-config qt@5 zmq libevent qrencode gmp libsodium
120120
boost_root: true
121121
cc: $(brew --prefix llvm@14)/bin/clang
@@ -239,7 +239,7 @@ jobs:
239239
- name: arm64-macOS-latest
240240
id: macOS-nodepends-latest
241241
os: macos-14
242-
python-version: '3.10'
242+
python-version: '3.12'
243243
packages: autoconf automake ccache berkeley-db@4 libtool boost miniupnpc libnatpmp pkg-config qt@5 zmq libevent qrencode gmp libsodium librsvg
244244
unit_tests: true
245245
functional_tests: true
@@ -392,7 +392,7 @@ jobs:
392392
- name: arm64-macOS-latest
393393
id: macOS-nodepends-latest
394394
os: macos-14
395-
python-version: '3.10'
395+
python-version: '3.12'
396396
packages: berkeley-db@4 boost miniupnpc libnatpmp pkg-config zmq libevent qrencode gmp libsodium
397397

398398
steps:

0 commit comments

Comments
 (0)