From baa6f223779984d11c7dc09dd0838b0456c43c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 31 Mar 2022 19:06:37 +0200 Subject: [PATCH] Mono: Bump to 6.12.0.174 Should also fix CI by including https://github.com/mono/mono/commit/5a21247f3669777823babd1c75bc199c32aa7484 --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33ccdab..c02a663 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ on: env: # Use SHA or tag instead of the branch for caching purposes. - MONO_TAG: mono-6.12.0.147 + MONO_TAG: mono-6.12.0.174 PYTHON_VERSION: 3.9 # Should match the version that Mono supports. EMSDK_VERSION: 1.39.9 diff --git a/README.md b/README.md index 32c2f5f..87d87ad 100644 --- a/README.md +++ b/README.md @@ -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.147. +- Mono: 6.12.0.174. - Emscripten: 1.39.9. - Android: API level 30.