File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020jobs :
2121 build :
2222 name : Build
23- runs-on : macos-13
23+ runs-on : macos-15
2424 strategy :
2525 matrix :
2626 include :
3737 - name : Get tags
3838 run : git fetch --prune --unshallow --tags
3939
40- - name : Select Xcode version (15.1 )
40+ - name : Select Xcode version (16.3 )
4141 run : |
42- sudo xcode-select --switch /Applications/Xcode_15.1 .app
42+ sudo xcode-select --switch /Applications/Xcode_16.3 .app
4343
4444 - name : Bootstrap Procursus
4545 uses : dhinakg/procursus-action@main
5858 path : ${{ github.workspace }}/packages/*
5959 - name : Upload packages to release
6060 if : github.event_name == 'release' && matrix.name == 'release'
61- uses : svenstaro/upload-release-action@2.7 .0
61+ uses : svenstaro/upload-release-action@2.9 .0
6262 with :
6363 file : ${{ github.workspace }}/packages/*.deb
6464 file_glob : true
You can’t perform that action at this time.
0 commit comments