mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
37bd3f1ed6
commit
40d785bf0f
2 changed files with 5 additions and 3 deletions
2
.github/scripts/create_release.sh
vendored
2
.github/scripts/create_release.sh
vendored
|
|
@ -106,7 +106,7 @@ build_doublecmd
|
|||
export CPU_TARGET=x86_64
|
||||
export TARGET=x86_64-apple-darwin
|
||||
# Set minimal Mac OS X target version
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.11
|
||||
export MACOSX_DEPLOYMENT_TARGET=11.0
|
||||
|
||||
build_unrar
|
||||
build_doublecmd
|
||||
|
|
|
|||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -11,7 +11,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build-mac:
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- name: Install Free Pascal
|
||||
uses: doublecmd/lazarus-install@mac
|
||||
|
|
@ -25,7 +25,9 @@ jobs:
|
|||
ref: 'fixes_4'
|
||||
|
||||
- name: Build and install Lazarus
|
||||
run: make all install
|
||||
run: |
|
||||
make all
|
||||
sudo make install
|
||||
|
||||
- name: Create Lazarus config
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue