Skip to content

Commit 5fa8329

Browse files
ci: bump macos-13 image to macos-15
1 parent e7a2700 commit 5fa8329

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
@@ -51,7 +51,7 @@ jobs:
5151

5252
build-macos-arm64-wheels:
5353
name: "Build macOS arm64 wheel"
54-
runs-on: macos-13
54+
runs-on: macos-15
5555
strategy:
5656
matrix:
5757
python:
@@ -94,7 +94,7 @@ jobs:
9494

9595
build-macos-x86_64-wheels:
9696
name: "Build macOS x86_64 wheel"
97-
runs-on: macos-13
97+
runs-on: macos-15-intel
9898
strategy:
9999
matrix:
100100
python:

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

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

7272
test-bdk-ffi-latest-macos-arm64-wheels:
7373
name: "Build and run unittest on macOS arm64 wheels against the latest commit on bdk-ffi"
74-
runs-on: macos-14
74+
runs-on: macos-15
7575
strategy:
7676
matrix:
7777
python:

.github/workflows/test-python.yaml

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

5959
build-macos-arm64-wheels:
6060
name: "Build and test macOS arm64 wheels"
61-
runs-on: macos-13
61+
runs-on: macos-15
6262
strategy:
6363
matrix:
6464
python:
@@ -107,7 +107,7 @@ jobs:
107107

108108
build-macos-x86_64-wheels:
109109
name: "Build and test macOS x86_64 wheels"
110-
runs-on: macos-13
110+
runs-on: macos-15-intel
111111
strategy:
112112
matrix:
113113
python:

0 commit comments

Comments
 (0)