File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 runs-on : ${{ matrix.os }}
116116 strategy :
117117 matrix :
118- os : [windows-latest, macos-13, macos- 14]
118+ os : [windows-latest, macos-14]
119119 steps :
120120 - uses : actions/checkout@v3
121121
@@ -124,7 +124,7 @@ jobs:
124124 with :
125125 rust : true
126126 rust-wasm : true
127- rust-cache : " ${{ matrix.os == 'windows-latest' }} || ${{ matrix.os == 'macos-13' }} "
127+ rust-cache : " ${{ matrix.os == 'windows-latest' }}"
128128 openssl-windows : " ${{ matrix.os == 'windows-latest' }}"
129129
130130 - name : Cargo Build
@@ -246,14 +246,6 @@ jobs:
246246 target : " aarch64-unknown-linux-gnu" ,
247247 targetDir : " target/aarch64-unknown-linux-gnu/release" ,
248248 }
249- - {
250- os : " macos-13" ,
251- arch : " amd64" ,
252- extension : " " ,
253- extraArgs : " " ,
254- target : " " ,
255- targetDir : " target/release" ,
256- }
257249 - {
258250 os : " macos-14" ,
259251 arch : " aarch64" ,
Original file line number Diff line number Diff line change 4444 target : " aarch64-unknown-linux-gnu" ,
4545 targetDir : " target/aarch64-unknown-linux-gnu/release" ,
4646 }
47- - {
48- os : " macos-13" ,
49- arch : " amd64" ,
50- extension : " " ,
51- extraArgs : " " ,
52- target : " " ,
53- targetDir : " target/release" ,
54- }
5547 - {
5648 os : " macos-14" ,
5749 arch : " aarch64" ,
You can’t perform that action at this time.
0 commit comments