Skip to content

Commit

Permalink
chore: update macos runners to 14 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
piiertho authored Dec 11, 2024
1 parent f91ad31 commit 7c63304
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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

0 comments on commit 7c63304

Please sign in to comment.