We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ee7ac commit 3cd3f9eCopy full SHA for 3cd3f9e
1 file changed
.github/workflows/build-cli-binaries.yml
@@ -28,7 +28,7 @@ jobs:
28
target: linux-x64
29
- os: ubuntu-24.04-arm
30
target: linux-arm64
31
- - os: macos-14 # x64/Intel
+ - os: macos-15-intel # x64/Intel
32
target: darwin-x64
33
- os: macos-latest # ARM64/M1
34
target: darwin-arm64
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
- - os: macos-14
+ - os: macos-15-intel
116
117
- os: macos-latest
118
0 commit comments