mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
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:
parent
470b4766e9
commit
4a64b10384
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue