Skip to content

Commit 3cd3f9e

Browse files
authored
chore: update macos-14 runner to macos-15-intel for darwin-x64 builds (#4993)
1 parent 66ee7ac commit 3cd3f9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-cli-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
target: linux-x64
2929
- os: ubuntu-24.04-arm
3030
target: linux-arm64
31-
- os: macos-14 # x64/Intel
31+
- os: macos-15-intel # x64/Intel
3232
target: darwin-x64
3333
- os: macos-latest # ARM64/M1
3434
target: darwin-arm64
@@ -112,7 +112,7 @@ jobs:
112112
target: linux-x64
113113
- os: ubuntu-24.04-arm
114114
target: linux-arm64
115-
- os: macos-14
115+
- os: macos-15-intel
116116
target: darwin-x64
117117
- os: macos-latest
118118
target: darwin-arm64

0 commit comments

Comments
 (0)