Skip to content

Commit cb2e67f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)