File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
- target : aarch64-apple-darwin
31
31
os : macos-latest
32
32
- target : x86_64-apple-darwin
33
- os : macos-latest
33
+ os : macos-13
34
34
# Windows
35
35
- target : x86_64-pc-windows-msvc
36
36
os : windows-latest
Original file line number Diff line number Diff line change 10
10
config :
11
11
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, gha_alias: 'Linux x64 - ' }
12
12
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, gha_alias: 'Linux aarch64 - ' }
13
- - { os: macos-latest , target: x86_64-apple-darwin, gha_alias: 'macOS x64 - ' }
13
+ - { os: macos-13 , target: x86_64-apple-darwin, gha_alias: 'macOS x64 - ' }
14
14
- { os: macos-latest, target: aarch64-apple-darwin, gha_alias: 'macOS aarch64 - ' }
15
15
- { os: windows-latest, target: x86_64-pc-windows-msvc, gha_alias: 'Windows x64 - ' }
16
16
cargo_cmd :
You can’t perform that action at this time.
0 commit comments