File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- os : [ windows-latest, ubuntu-latest, macos-latest ]
14+ os : [ windows-latest, ubuntu-latest, macos-11 ]
1515 include :
1616 - os : windows-latest
1717 extension : " .exe"
2121 extension : " .deb"
2222 bc_extension : " .tar.gz"
2323 platform : " linux"
24- - os : macos-latest
24+ - os : macos-11
2525 extension : " .dmg"
2626 bc_extension : " .zip"
2727 platform : " mac"
8181 7z x daemon${{ matrix.bc_extension }} -odaemon
8282
8383 - name : Unpack (Mac)
84- if : matrix.os == 'macos-latest '
84+ if : matrix.os == 'macos-11 '
8585 run : |
8686 cd ${{ env.UI_PATH }}
8787 unzip -a daemon${{ matrix.bc_extension }} -d daemon
Original file line number Diff line number Diff line change 11{
22 "name" : " xCore" ,
33 "description" : " xCore is the main application for everything on x42." ,
4- "version" : " 5.1.1 " ,
4+ "version" : " 5.1.2 " ,
55 "upgradedbonversion" : " false" ,
66 "bc_version" : " 1.1.47" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments