Skip to content

Commit 3dba2b6

Browse files
author
tom
committed
release mac test
1 parent c36f6ba commit 3dba2b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,17 @@ jobs:
144144
path: dist/PyCronVideoAlarm_Windows.exe
145145

146146
build-macos:
147-
runs-on: macos-13
147+
runs-on: macos-latest
148148
needs: check-trigger
149149
if: needs.check-trigger.outputs.should_build == 'true'
150150
steps:
151151
- uses: actions/checkout@v3
152152

153-
- name: Set up Python 3.11
154-
uses: actions/setup-python@v4
153+
- name: Set up Python 3.11 (x86_64 for cross-platform compatibility)
154+
uses: actions/setup-python@v5
155155
with:
156156
python-version: "3.11"
157+
architecture: x64
157158

158159
- name: Install dependencies
159160
run: |
@@ -189,7 +190,6 @@ jobs:
189190
--name "PyCronVideoAlarm" \
190191
--icon "icons/alarm_icon7.icns" \
191192
--osx-bundle-identifier "com.juke32.pycronvideoalarm" \
192-
--target-arch universal2 \
193193
--add-data "src:src" \
194194
--add-data "icons/alarm_icon7.icns:." \
195195
--add-data "icons/alarm_icon7.png:." \

0 commit comments

Comments
 (0)