File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ jobs:
190190 name : LibreVNA-GUI-OSX-latest-${{env.LIBREVNA_VERSION}}
191191 path : Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.zip
192192
193- PC_Application_OSX_13 :
194- runs-on : macos-13
193+ PC_Application_OSX_14 :
194+ runs-on : macos-14-large
195195 steps :
196196 - uses : actions/checkout@v4
197197
@@ -230,7 +230,7 @@ jobs:
230230 LIBREVNA_VERSION : " ${{steps.id_version.outputs.app_version}}"
231231 uses : actions/upload-artifact@v4
232232 with :
233- name : LibreVNA-GUI-OSX-13.7 -${{env.LIBREVNA_VERSION}}
233+ name : LibreVNA-GUI-OSX-14 -${{env.LIBREVNA_VERSION}}
234234 path : Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.zip
235235
236236 Embedded_Firmware :
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ jobs:
213213
214214 PC_Application_OSX_13 :
215215 needs : PC_Application_Ubuntu
216- runs-on : macos-13
216+ runs-on : macos-14-large
217217 steps :
218218 - uses : actions/checkout@v4
219219
@@ -251,7 +251,7 @@ jobs:
251251 with :
252252 upload_url : ${{ needs.PC_Application_Ubuntu.outputs.upload_url }}
253253 asset_path : ./Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.zip
254- asset_name : LibreVNA-GUI-OSX-13.7 -${{env.LIBREVNA_VERSION}}.zip
254+ asset_name : LibreVNA-GUI-OSX-14 -${{env.LIBREVNA_VERSION}}.zip
255255 asset_content_type : application/tar+gzip
256256
257257 Embedded_Firmware :
You can’t perform that action at this time.
0 commit comments