File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:." \
You can’t perform that action at this time.
0 commit comments