UPD: Release workflow

(cherry picked from commit 190825e653)
This commit is contained in:
Alexander Koblov 2025-12-21 13:00:14 +03:00
commit 40d785bf0f
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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: |