File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1818jobs :
1919 cmake-build :
2020 name : cmake-build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }}
21- runs-on : ${{ inputs.architecture == 'x64' && 'macos-13 ' || 'macos-14 ' }}
21+ runs-on : ${{ inputs.architecture == 'x64' && 'macos-15-intel ' || 'macos-latest ' }}
2222 steps :
2323 - name : Checkout repository
2424 uses : actions/checkout@v4
25+
26+ - name : Install NuGet CLI
27+ run : brew install nuget
2528
2629 - name : CMake Build
2730 run : .\Scripts\BuildEngine.ps1 -Configurations ${{inputs.configuration}} -Architecture ${{inputs.architecture}} -RunClangFormat 0
Original file line number Diff line number Diff line change 1818jobs :
1919 deploy :
2020 name : deploy-macOS-${{ inputs.architecture }}-${{ inputs.configuration }}
21- runs-on : ${{ inputs.architecture == 'x64' && 'macos-13 ' || 'macos-latest' }}
21+ runs-on : ${{ inputs.architecture == 'x64' && 'macos-15-intel ' || 'macos-latest' }}
2222 steps :
2323 - uses : actions/download-artifact@v4
2424 with :
Original file line number Diff line number Diff line change 1515jobs :
1616 test :
1717 name : test-macOS-${{ inputs.architecture }}-${{ inputs.configuration }}
18- runs-on : ${{ inputs.architecture == 'x64' && 'macos-13 ' || 'macos-latest' }}
18+ runs-on : ${{ inputs.architecture == 'x64' && 'macos-15-intel ' || 'macos-latest' }}
1919 steps :
2020 - name : Checkout repository
2121 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments