Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update macos runners to 14 #290

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
shell: bash

- name: MacOS Editor Compilation
os: "macos-13"
os: "macos-14"
platform: macos
target: editor
fmod-executable-suffix: osx.dmg
Expand All @@ -82,14 +82,14 @@ jobs:
shell: bash

- name: MacOS Debug Compilation
os: "macos-13"
os: "macos-14"
platform: macos
target: template_debug
fmod-executable-suffix: osx.dmg
shell: bash

- name: MacOS Release Compilation
os: "macos-13"
os: "macos-14"
platform: macos
target: template_release
fmod-executable-suffix: osx.dmg
Expand Down Expand Up @@ -120,14 +120,14 @@ jobs:
shell: bash

- name: iOS Debug Compilation
os: "macos-13"
os: "macos-14"
platform: ios
target: template_debug
fmod-executable-suffix: ios.dmg
shell: bash

- name: iOS Release Compilation
os: "macos-13"
os: "macos-14"
platform: ios
target: template_release
fmod-executable-suffix: ios.dmg
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
shell: bash

- name: MacOS Editor Compilation
os: "macos-13"
os: "macos-14"
platform: macos
target: editor
fmod-executable-suffix: osx.dmg
Expand All @@ -83,14 +83,14 @@ jobs:
shell: bash

- name: MacOS Debug Compilation
os: "macos-13"
os: "macos-14"
platform: macos
target: template_debug
fmod-executable-suffix: osx.dmg
shell: bash

- name: MacOS Release Compilation
os: "macos-13"
os: "macos-14"
platform: macos
target: template_release
fmod-executable-suffix: osx.dmg
Expand Down Expand Up @@ -121,14 +121,14 @@ jobs:
shell: bash

- name: iOS Debug Compilation
os: "macos-13"
os: "macos-14"
platform: ios
target: template_debug
fmod-executable-suffix: ios.dmg
shell: bash

- name: iOS Release Compilation
os: "macos-13"
os: "macos-14"
platform: ios
target: template_release
fmod-executable-suffix: ios.dmg
Expand Down
Loading