Skip to content

Commit

Permalink
[GA] Use python 3.12 for macos-14 arm64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Nov 1, 2024
1 parent 0c395d4 commit 44e38f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: macOS-latest
os: macos-14
python-version: '3.10'
python-version: '3.12'
packages: llvm@14 autoconf automake berkeley-db@4 libtool boost miniupnpc libnatpmp pkg-config qt@5 zmq libevent qrencode gmp libsodium
boost_root: true
cc: $(brew --prefix llvm@14)/bin/clang
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
- name: arm64-macOS-latest
id: macOS-nodepends-latest
os: macos-14
python-version: '3.10'
python-version: '3.12'
packages: autoconf automake ccache berkeley-db@4 libtool boost miniupnpc libnatpmp pkg-config qt@5 zmq libevent qrencode gmp libsodium librsvg
unit_tests: true
functional_tests: true
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- name: arm64-macOS-latest
id: macOS-nodepends-latest
os: macos-14
python-version: '3.10'
python-version: '3.12'
packages: berkeley-db@4 boost miniupnpc libnatpmp pkg-config zmq libevent qrencode gmp libsodium

steps:
Expand Down

0 comments on commit 44e38f4

Please sign in to comment.