mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2024-11-12 10:25:10 +01:00
CI: Build with Mono 6.12.0.122 (stable)
Upgrades us to the current stable release. Further work is done in Preview on Apple Silicon support but we'll look into this after the Godot 3.3 release.
This commit is contained in:
parent
d462909236
commit
df330ce0be
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -27,7 +27,7 @@ on:
|
||||
|
||||
env:
|
||||
# Use SHA or tag instead of the branch for caching purposes.
|
||||
MONO_TAG: mono-6.12.0.114
|
||||
MONO_TAG: mono-6.12.0.122
|
||||
PYTHON_VERSION: 3.8
|
||||
# Should match the version that Mono supports.
|
||||
EMSDK_VERSION: 1.39.9
|
||||
|
@ -9,7 +9,7 @@ This repository contains scripts for building the Mono runtime to use with Godot
|
||||
The scripts are tested against specific versions of the toolchains used by Godot.
|
||||
While they may work with other versions, you might have issues applying patches or compiling, so we recommend using the versions below.
|
||||
|
||||
- Mono: 6.12.0.114.
|
||||
- Mono: 6.12.0.122.
|
||||
- Emscripten: 1.39.9.
|
||||
- Android: API level 29.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user