mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-08 13:15:31 +02:00
Upgrade min compatible Godot version to 4.2.1
This commit is contained in:
parent
52a89827c9
commit
fac6361898
16 changed files with 39 additions and 42 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Import assets
|
||||
uses: ./.github/actions/import-assets
|
||||
with:
|
||||
godot-version: v4.0-beta14
|
||||
godot-version: v4.2.1-stable
|
||||
- name: Upload imports
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
@ -237,7 +237,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ ubuntu-22.04 ] #, macos-12, windows-2022 ] Temporarily disabled.
|
||||
bits: [ 64, 32 ]
|
||||
godot_version: [ 'v4.0-beta14' ]
|
||||
godot_version: [ 'v4.2.1-stable' ]
|
||||
exclude:
|
||||
- os: macos-12
|
||||
bits: 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue