Skip to content

Commit 3af6848

Browse files
committed
Use macos-15-intel instead of macos-13
Support for macos-13 was removed, see actions/runner-images#13046
1 parent 5c3bf3e commit 3af6848

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
ci-macos-msrv:
7777
name: CI-macOS-MSRV
78-
runs-on: macos-13 # Latest for Intel-based CPUs
78+
runs-on: macos-15-intel # Latest for Intel-based CPUs
7979
steps:
8080
- uses: actions/checkout@v5
8181
- uses: dtolnay/rust-toolchain@1.28.0

0 commit comments

Comments
 (0)