|
@@ -20,21 +20,21 @@ jobs:
|
|
- name: 🐧 Linux (GCC)
|
|
- name: 🐧 Linux (GCC)
|
|
os: ubuntu-20.04
|
|
os: ubuntu-20.04
|
|
platform: linux
|
|
platform: linux
|
|
- artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
|
|
|
|
|
|
+ artifact-name: godot-cpp-linux-glibc2.31-x86_64-release
|
|
artifact-path: bin/libgodot-cpp.linux.release.64.a
|
|
artifact-path: bin/libgodot-cpp.linux.release.64.a
|
|
godot_zip: Godot_v3.5-stable_linux_server.64.zip
|
|
godot_zip: Godot_v3.5-stable_linux_server.64.zip
|
|
executable: Godot_v3.5-stable_linux_server.64
|
|
executable: Godot_v3.5-stable_linux_server.64
|
|
cache-name: linux-x86_64
|
|
cache-name: linux-x86_64
|
|
|
|
|
|
- name: 🏁 Windows (x86_64, MSVC)
|
|
- name: 🏁 Windows (x86_64, MSVC)
|
|
- os: windows-2019
|
|
|
|
|
|
+ os: windows-2022
|
|
platform: windows
|
|
platform: windows
|
|
artifact-name: godot-cpp-windows-msvc2019-x86_64-release
|
|
artifact-name: godot-cpp-windows-msvc2019-x86_64-release
|
|
artifact-path: bin/libgodot-cpp.windows.release.64.lib
|
|
artifact-path: bin/libgodot-cpp.windows.release.64.lib
|
|
cache-name: windows-x86_64-msvc
|
|
cache-name: windows-x86_64-msvc
|
|
|
|
|
|
- name: 🏁 Windows (x86_64, MinGW)
|
|
- name: 🏁 Windows (x86_64, MinGW)
|
|
- os: windows-2019
|
|
|
|
|
|
+ os: windows-2022
|
|
platform: windows
|
|
platform: windows
|
|
artifact-name: godot-cpp-linux-mingw-x86_64-release
|
|
artifact-name: godot-cpp-linux-mingw-x86_64-release
|
|
artifact-path: bin/libgodot-cpp.windows.release.64.a
|
|
artifact-path: bin/libgodot-cpp.windows.release.64.a
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
cache-name: windows-x86_64-mingw
|
|
cache-name: windows-x86_64-mingw
|
|
|
|
|
|
- name: 🍎 macOS (universal)
|
|
- name: 🍎 macOS (universal)
|
|
- os: macos-11
|
|
|
|
|
|
+ os: macos-13
|
|
platform: osx
|
|
platform: osx
|
|
artifact-name: godot-cpp-macos-universal-release
|
|
artifact-name: godot-cpp-macos-universal-release
|
|
artifact-path: bin/libgodot-cpp.osx.release.64.a
|
|
artifact-path: bin/libgodot-cpp.osx.release.64.a
|
|
@@ -60,7 +60,7 @@ jobs:
|
|
cache-name: android-arm64
|
|
cache-name: android-arm64
|
|
|
|
|
|
- name: 🍏 iOS (arm64)
|
|
- name: 🍏 iOS (arm64)
|
|
- os: macos-11
|
|
|
|
|
|
+ os: macos-13
|
|
platform: ios
|
|
platform: ios
|
|
artifact-name: godot-cpp-ios-arm64-release
|
|
artifact-name: godot-cpp-ios-arm64-release
|
|
artifact-path: bin/libgodot-cpp.ios.release.arm64.a
|
|
artifact-path: bin/libgodot-cpp.ios.release.arm64.a
|
|
@@ -71,7 +71,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
with:
|
|
with:
|
|
submodules: recursive
|
|
submodules: recursive
|
|
|
|
|
|
@@ -133,7 +133,7 @@ jobs:
|
|
runs-on: ubuntu-20.04
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
with:
|
|
with:
|
|
submodules: recursive
|
|
submodules: recursive
|
|
|
|
|