We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe56080 commit 0b7f028Copy full SHA for 0b7f028
.github/workflows/build.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
build_linux:
13
name: ${{ matrix.platform }} (${{ matrix.arch }}, ${{ matrix.target }}, ${{ matrix.lua-runtime }})
14
- runs-on: ${{ matrix.runner || 'ubuntu-latest' }}
+ runs-on: ${{ matrix.runner || 'ubuntu-22.04' }}
15
strategy:
16
fail-fast: false
17
matrix:
CHANGELOG.md
@@ -14,6 +14,7 @@
MyScript.exported_texture_property = export({ type = Texture })
```
- `is_instance_valid` utility function when opening `GODOT_UTILITY_FUNCTIONS` library
+- Support for older Linux distros using GLIBC on par with Ubuntu 22.04
18
19
### Changed
20
- `LuaScriptInstance`'s data table is passed as `self` to methods instead of their owner `Object`
0 commit comments