Skip to content

Commit d74d6c7

Browse files
committed
ci,build_macos: bump runner to macos-15
1 parent 8f8151b commit d74d6c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
FranzCocoa/resources/runtime-${{ matrix.platform }}/
6464
6565
build_mac_app:
66-
runs-on: macos-14
67-
name: Build Franz.app on macOS-14
66+
runs-on: macos-15
67+
name: Build Franz.app on macOS-15
6868
needs:
6969
- build_core
7070
steps:
@@ -156,8 +156,8 @@ jobs:
156156
path: dist/Franz.dmg
157157

158158
build_mac_app_mas:
159-
runs-on: macos-14
160-
name: Build Franz.app on macOS-14 (MAS)
159+
runs-on: macos-15
160+
name: Build Franz.app on macOS-15 (MAS)
161161
needs:
162162
- build_core
163163
if: inputs.masBuild

0 commit comments

Comments
 (0)