Skip to content

Commit 0b7f028

Browse files
committed
Build for Linux platform using ubuntu-22.04 runner
This should lower the minimum version of GLIBC required by the library.
1 parent fe56080 commit 0b7f028

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
build_linux:
1313
name: ${{ matrix.platform }} (${{ matrix.arch }}, ${{ matrix.target }}, ${{ matrix.lua-runtime }})
14-
runs-on: ${{ matrix.runner || 'ubuntu-latest' }}
14+
runs-on: ${{ matrix.runner || 'ubuntu-22.04' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
MyScript.exported_texture_property = export({ type = Texture })
1515
```
1616
- `is_instance_valid` utility function when opening `GODOT_UTILITY_FUNCTIONS` library
17+
- Support for older Linux distros using GLIBC on par with Ubuntu 22.04
1718

1819
### Changed
1920
- `LuaScriptInstance`'s data table is passed as `self` to methods instead of their owner `Object`

0 commit comments

Comments
 (0)