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:
115115 runs-on : ${{ matrix.os }}
116116 strategy :
117117 matrix :
118- os : [windows-latest, macos-13 , macos-14]
118+ os : [windows-latest, macos-15-intel , 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' }} || ${{ matrix.os == 'macos-15-intel ' }}"
128128 openssl-windows : " ${{ matrix.os == 'windows-latest' }}"
129129
130130 - name : Cargo Build
@@ -247,7 +247,7 @@ jobs:
247247 targetDir : " target/aarch64-unknown-linux-gnu/release" ,
248248 }
249249 - {
250- os : " macos-13 " ,
250+ os : " macos-15-intel " ,
251251 arch : " amd64" ,
252252 extension : " " ,
253253 extraArgs : " " ,
Original file line number Diff line number Diff line change 4545 targetDir : " target/aarch64-unknown-linux-gnu/release" ,
4646 }
4747 - {
48- os : " macos-13 " ,
48+ os : " macos-15-intel " ,
4949 arch : " amd64" ,
5050 extension : " " ,
5151 extraArgs : " " ,
You can’t perform that action at this time.
0 commit comments