Skip to content

Commit 099a4f4

Browse files
fix: switch off of deprecated macos-13 github actions runner (#90)
1 parent 9cb3d1f commit 099a4f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- windows-latest
2828
- ubuntu-latest
2929
- ubuntu-24.04-arm
30-
- macos-13
3130
- macos-14 # Mac M1 (ARM64)
31+
- macos-15-intel # (x86_64)
3232

3333
env:
3434
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)