Skip to content

Commit 190825e

Browse files
committed
UPD: Release workflow
1 parent e211656 commit 190825e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/scripts/create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ build_doublecmd
106106
export CPU_TARGET=x86_64
107107
export 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

111111
build_unrar
112112
build_doublecmd

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
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
@@ -25,7 +25,9 @@ jobs:
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: |
@@ -39,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)