Skip to content

Commit fa8f35d

Browse files
author
MarcoFalke
committed
ci: Use macos-14 GHA image
1 parent 37679b8 commit fa8f35d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
# Use clang++, because it is a bit faster and uses less memory than g++
7575
git rebase --exec "echo Running test-one-commit on \$( git log -1 ) && CC=clang CXX=clang++ cmake -B build -DWITH_ZMQ=ON -DBUILD_GUI=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWITH_BDB=ON -DWITH_NATPMP=ON -DWITH_MINIUPNPC=ON -DWITH_USDT=ON && cmake --build build -j $(nproc) && ctest --test-dir build -j $(nproc) && ./build/test/functional/test_runner.py -j $(( $(nproc) * 2 ))" ${{ env.TEST_BASE }}
7676
77-
macos-native-x86_64:
78-
name: 'macOS 13 native, x86_64, no depends, sqlite only, gui'
77+
macos-native-arm64:
78+
name: 'macOS 14 native, arm64, no depends, sqlite only, gui'
7979
# Use latest image, but hardcode version to avoid silent upgrades (and breaks).
8080
# See: https://github.com/actions/runner-images#available-images.
81-
runs-on: macos-13
81+
runs-on: macos-14
8282

8383
# No need to run on the read-only mirror, unless it is a PR.
8484
if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request'

0 commit comments

Comments
 (0)