Migrate to the newer macOS 15 runner

This commit is contained in:
2026-04-07 16:52:55 +02:00
parent 3954a97734
commit 73ade7588c
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ jobs:
# Mac
package-mac-editor:
name: Editor (Mac)
runs-on: "macos-14"
runs-on: "macos-15"
steps:
- name: Checkout repo
uses: actions/checkout@v6
@@ -178,7 +178,7 @@ jobs:
path: Output/FlaxEditorMac.zip
package-mac-game:
name: Game (Mac)
runs-on: "macos-14"
runs-on: "macos-15"
steps:
- name: Checkout repo
uses: actions/checkout@v6