File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 56
56
needs : [lint-rust]
57
57
strategy :
58
58
matrix :
59
- os : [ubuntu-latest, windows-latest, macos-latest ]
59
+ os : [ubuntu-latest, windows-latest, macos-14 ]
60
60
steps :
61
61
# install dependencies
62
62
- name : Install latest Rust stable toolchain
82
82
needs : [lint-rust]
83
83
strategy :
84
84
matrix :
85
- os : [ubuntu-latest, windows-latest, macos-latest ]
85
+ os : [ubuntu-latest, windows-latest, macos-14 ]
86
86
steps :
87
87
# install dependencies
88
88
- name : Install latest Rust stable toolchain
Original file line number Diff line number Diff line change 49
49
targetDir : " target/aarch64-unknown-linux-gnu/release" ,
50
50
}
51
51
- {
52
- os : " macos-latest " ,
52
+ os : " macos-13 " ,
53
53
arch : " amd64" ,
54
54
wasiSDK : " macos" ,
55
55
extension : " " ,
@@ -58,13 +58,13 @@ jobs:
58
58
targetDir : " target/release" ,
59
59
}
60
60
- {
61
- os : " macos-latest " ,
61
+ os : " macos-14 " ,
62
62
arch : " aarch64" ,
63
63
wasiSDK : " macos" ,
64
64
extension : " " ,
65
- buildArgs : " --target aarch64-apple-darwin " ,
66
- target : " aarch64-apple-darwin " ,
67
- targetDir : " target/aarch64-apple-darwin/ release/ " ,
65
+ buildArgs : " " ,
66
+ target : " " ,
67
+ targetDir : " target/release" ,
68
68
}
69
69
- {
70
70
os : " windows-latest" ,
You can’t perform that action at this time.
0 commit comments