ok/jj
1
0
Fork 0
forked from mirrors/jj

github: bump CI runner to macos-13

Summary: Here's a fun fact — macos-latest doesn't actually refer to the latest
macOS version used in your GHA runner! It apparently means, tautologically,
"latest macos version that we have chosen as the default." OK?

But why bother? Because word on the street is that the new macos-13 builders
from GitHub are on new hardware, and much faster than previous ones. Let's test
that rumor.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Change-Id: Ifdbab62e085adbda41a7edb9fc7038f0
This commit is contained in:
Austin Seipp 2023-07-17 13:46:11 -05:00 committed by Martin von Zweigbergk
parent 470b4766e9
commit 4a64b10384

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
rust_version: [stable]
cargo_flags: [""]
include: