diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index 74d63104..5032fe5f 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index feb02808..1efea8c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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