We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8151b commit d74d6c7Copy full SHA for d74d6c7
.github/workflows/build_macos.yml
@@ -63,8 +63,8 @@ jobs:
63
FranzCocoa/resources/runtime-${{ matrix.platform }}/
64
65
build_mac_app:
66
- runs-on: macos-14
67
- name: Build Franz.app on macOS-14
+ runs-on: macos-15
+ name: Build Franz.app on macOS-15
68
needs:
69
- build_core
70
steps:
@@ -156,8 +156,8 @@ jobs:
156
path: dist/Franz.dmg
157
158
build_mac_app_mas:
159
160
- name: Build Franz.app on macOS-14 (MAS)
+ name: Build Franz.app on macOS-15 (MAS)
161
162
163
if: inputs.masBuild
0 commit comments