diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index 45c0f76f..18a72b29 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -8,7 +8,7 @@ on: # Global Settings env: GODOT_VERSION: 4.5 - NDK_VERSION: 27.3.13750724 + NDK_VERSION: 28.2.13676358 TARGET_PATH: demo/addons/fmod/libs/ TARGET_NAME: libGodotFmod FMOD_VERSION: 20306 @@ -109,7 +109,7 @@ jobs: shell: bash - name: Android Editor Compilation - os: "ubuntu-22.04" + os: "ubuntu-latest" platform: android target: editor fmod-executable-suffix: android.tar.gz @@ -117,7 +117,7 @@ jobs: shell: bash - name: Android Debug Compilation - os: "ubuntu-22.04" + os: "ubuntu-latest" platform: android target: template_debug fmod-executable-suffix: android.tar.gz @@ -125,7 +125,7 @@ jobs: shell: bash - name: Android Release Compilation - os: "ubuntu-22.04" + os: "ubuntu-latest" platform: android target: template_release fmod-executable-suffix: android.tar.gz diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9a970a7..480ac801 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: # Global Settings env: GODOT_VERSION: 4.5 - NDK_VERSION: 27.3.13750724 + NDK_VERSION: 28.2.13676358 TARGET_PATH: demo/addons/fmod/libs/ TARGET_NAME: libGodotFmod FMOD_VERSION: 20306