Skip to content

Commit 4d433f3

Browse files
committed
Update macOS image version in CI workflow
macos-13 for x86_64 is hard deprecated per actions/runner-images#13046.
1 parent 6750af5 commit 4d433f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
image: macos-latest
1919
arch: aarch64
2020
- os: macos
21-
image: macos-13
21+
image: macos-15-intel
2222
arch: x86_64
2323
- os: linux
2424
image: ubuntu-24.04
@@ -118,7 +118,7 @@ jobs:
118118
- image: macos-latest
119119
os: macos
120120
arch: aarch64
121-
- image: macos-13
121+
- image: macos-15-intel
122122
os: macos
123123
arch: x86_64
124124
- image: ubuntu-24.04

0 commit comments

Comments
 (0)