Skip to content

Commit 334f286

Browse files
ci: bump macos-13 image to macos-15
1 parent 7be3b50 commit 334f286

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish-python.yaml

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

4949
build-macos-arm64-wheels:
5050
name: "Build macOS arm64 wheel"
51-
runs-on: macos-13
51+
runs-on: macos-15
5252
strategy:
5353
matrix:
5454
python:
@@ -88,7 +88,7 @@ jobs:
8888

8989
build-macos-x86_64-wheels:
9090
name: "Build macOS x86_64 wheel"
91-
runs-on: macos-13
91+
runs-on: macos-15-intel
9292
strategy:
9393
matrix:
9494
python:

.github/workflows/test-bdk-ffi-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
test-bdk-ffi-latest-macos-arm64-wheels:
7070
name: "Build and run unittest on macOS arm64 wheels against the latest commit on bdk-ffi"
71-
runs-on: macos-14
71+
runs-on: macos-15
7272
strategy:
7373
matrix:
7474
python:

.github/workflows/test-python.yaml

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

5656
build-macos-arm64-wheels:
5757
name: "Build and test macOS arm64 wheels"
58-
runs-on: macos-13
58+
runs-on: macos-15
5959
strategy:
6060
matrix:
6161
python:
@@ -101,7 +101,7 @@ jobs:
101101

102102
build-macos-x86_64-wheels:
103103
name: "Build and test macOS x86_64 wheels"
104-
runs-on: macos-13
104+
runs-on: macos-15-intel
105105
strategy:
106106
matrix:
107107
python:

0 commit comments

Comments
 (0)