File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
runs-on : ${{ matrix.os }}
116
116
strategy :
117
117
matrix :
118
- os : [windows-latest, macos-13 , macos-14]
118
+ os : [windows-latest, macos-15-intel , macos-14]
119
119
steps :
120
120
- uses : actions/checkout@v3
121
121
@@ -124,7 +124,7 @@ jobs:
124
124
with :
125
125
rust : true
126
126
rust-wasm : true
127
- rust-cache : " ${{ matrix.os == 'windows-latest' }} || ${{ matrix.os == 'macos-13 ' }}"
127
+ rust-cache : " ${{ matrix.os == 'windows-latest' }} || ${{ matrix.os == 'macos-15-intel ' }}"
128
128
openssl-windows : " ${{ matrix.os == 'windows-latest' }}"
129
129
130
130
- name : Cargo Build
@@ -247,7 +247,7 @@ jobs:
247
247
targetDir : " target/aarch64-unknown-linux-gnu/release" ,
248
248
}
249
249
- {
250
- os : " macos-13 " ,
250
+ os : " macos-15-intel " ,
251
251
arch : " amd64" ,
252
252
extension : " " ,
253
253
extraArgs : " " ,
Original file line number Diff line number Diff line change 45
45
targetDir : " target/aarch64-unknown-linux-gnu/release" ,
46
46
}
47
47
- {
48
- os : " macos-13 " ,
48
+ os : " macos-15-intel " ,
49
49
arch : " amd64" ,
50
50
extension : " " ,
51
51
extraArgs : " " ,
You can’t perform that action at this time.
0 commit comments