Skip to content

Commit 5fe2b1f

Browse files
committed
Speedup CI: Use macos-14 instead of macos-latest
macos-14 uses M1, it's much faster than macos-latest Signed-off-by: Jiahao XU <[email protected]>
1 parent c3da86d commit 5fe2b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
rust: ["1.63", stable, beta, nightly]
11-
os: [ubuntu-latest, macos-latest, windows-latest]
11+
os: [ubuntu-latest, macos-14, windows-latest]
1212
steps:
1313
- uses: actions/checkout@master
1414
- name: Install Rust (rustup)

0 commit comments

Comments
 (0)