File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ build_doublecmd
106106export CPU_TARGET=x86_64
107107export TARGET=x86_64-apple-darwin
108108# Set minimal Mac OS X target version
109- export MACOSX_DEPLOYMENT_TARGET=10.11
109+ export MACOSX_DEPLOYMENT_TARGET=11.0
110110
111111build_unrar
112112build_doublecmd
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111
1212jobs :
1313 build-mac :
14- runs-on : macos-13
14+ runs-on : macos-14
1515 steps :
1616 - name : Install Free Pascal
1717 uses : doublecmd/lazarus-install@mac
2525 ref : ' fixes_4'
2626
2727 - name : Build and install Lazarus
28- run : make all install
28+ run : |
29+ make all
30+ sudo make install
2931
3032 - name : Create Lazarus config
3133 run : |
3941 fetch-depth : 0
4042
4143 - name : Download unrar source code
42- run : wget https://www.rarlab.com/rar/unrarsrc-7.0.9 .tar.gz -O /tmp/unrarsrc.tar.gz
44+ run : wget https://www.rarlab.com/rar/unrarsrc-7.2.3 .tar.gz -O /tmp/unrarsrc.tar.gz
4345
4446 - name : Extract unrar source code
4547 run : cd /tmp && tar xzf unrarsrc.tar.gz
You can’t perform that action at this time.
0 commit comments